gnu: jalv: Remove GCC5 workaround.

* gnu/packages/audio.scm (jalv)[arguments]: Remove <#:phases>.
This commit is contained in:
Marius Bakke 2019-07-07 23:27:37 +02:00
parent 6fe808f4c3
commit 0403b04d76
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -1595,15 +1595,7 @@ synchronous execution of all clients, and low latency operation.")
(build-system waf-build-system) (build-system waf-build-system)
(arguments (arguments
`(#:tests? #f ; no check target `(#:tests? #f ; no check target
#:python ,python-2 #:python ,python-2))
#:phases
(modify-phases %standard-phases
(add-before
'configure 'set-flags
(lambda _
;; Compile with C++11, required by gtkmm.
(setenv "CXXFLAGS" "-std=c++11")
#t)))))
(inputs (inputs
`(("lv2" ,lv2) `(("lv2" ,lv2)
("lilv" ,lilv) ("lilv" ,lilv)