gnu: non-sequencer: Remove GCC5 workaround.

* gnu/packages/music.scm (non-sequencer)[arguments]: Remove <#:phases>.
master
Marius Bakke 2019-07-03 00:45:39 +02:00
parent cdeb3e39a8
commit 7af60255ba
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 8 deletions

View File

@ -1022,14 +1022,6 @@ Guile.")
(%current-system))))
'("--disable-sse")
'()))
#:phases
(modify-phases %standard-phases
(add-before
'configure 'set-flags
(lambda _
;; Compile with C++11, required by libsigc++.
(setenv "CXXFLAGS" "-std=c++11")
#t)))
#:python ,python-2))
(inputs
`(("jack" ,jack-1)