gnu: non-sequencer: Remove GCC5 workaround.
* gnu/packages/music.scm (non-sequencer)[arguments]: Remove <#:phases>.
This commit is contained in:
parent
cdeb3e39a8
commit
7af60255ba
1 changed files with 0 additions and 8 deletions
|
@ -1022,14 +1022,6 @@ (define-public non-sequencer
|
|||
(%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)
|
||||
|
|
Loading…
Reference in a new issue