guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: milkytracker: Actually link with the JACK library.


From: Kei Kebreau
Subject: 01/01: gnu: milkytracker: Actually link with the JACK library.
Date: Thu, 8 Mar 2018 10:10:05 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit 7f2f834550a2b81bcd7d1713b3b170f981554380
Author: Kei Kebreau <address@hidden>
Date:   Sun Feb 18 14:46:26 2018 -0500

    gnu: milkytracker: Actually link with the JACK library.
    
    * gnu/packages/music.scm (milkytracker)[arguments]: Add appropriate 
configure
    flag.
---
 gnu/packages/music.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 65dfa92..f47749b 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]