gnu: drumstick: Remove unused ‘-DLIB_SUFFIX=’.
* gnu/packages/music.scm (drumstick)[arguments]: Remove #:configure-flags.
This commit is contained in:
parent
aaec5de3a7
commit
c23136bfad
1 changed files with 0 additions and 1 deletions
|
@ -2650,7 +2650,6 @@ browser.")
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test target
|
`(#:tests? #f ; no test target
|
||||||
#:configure-flags '("-DLIB_SUFFIX=")
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'fix-docbook
|
(add-before 'configure 'fix-docbook
|
||||||
|
|
Reference in a new issue