gnu: milkytracker: Actually link with the JACK library.

* gnu/packages/music.scm (milkytracker)[arguments]: Add appropriate configure
flag.
master
Kei Kebreau 2018-02-18 14:46:26 -05:00
parent 3e25d2b22e
commit 7f2f834550
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 3 additions and 1 deletions

View File

@ -2609,7 +2609,9 @@ of tools for manipulating and accessing your music.")
(("add_subdirectory\\(resources/music\\)") ""))))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f)) ; no check target
'(#:tests? #f ; no check target
;; This flag ensures that MilkyTracker links with the JACK library.
#:configure-flags '("-DCMAKE_CXX_FLAGS=-ljack")))
(inputs
`(("alsa-lib" ,alsa-lib)
("jack" ,jack-1)