mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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 @@ (define-public drumstick
|
|||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no test target
|
||||
#:configure-flags '("-DLIB_SUFFIX=")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'fix-docbook
|
||||
|
|
Loading…
Reference in a new issue