guix-patches
[Top][All Lists]
Advanced

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

[bug#30517] [PATCH] gnu: milkytracker: Actually link with the JACK libra


From: Kei Kebreau
Subject: [bug#30517] [PATCH] gnu: milkytracker: Actually link with the JACK library.
Date: Sun, 18 Feb 2018 14:50:49 -0500

* gnu/packages/music.scm (milkytracker)[arguments]: Add appropriate configure
flag.
---
 gnu/packages/music.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 3709f10d1..e88c9f21f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2609,7 +2609,8 @@ 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
+       #:configure-flags '("-DCMAKE_CXX_FLAGS=-ljack")))
     (inputs
      `(("alsa-lib" ,alsa-lib)
        ("jack" ,jack-1)
-- 
2.16.1






reply via email to

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