guix-patches
[Top][All Lists]
Advanced

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

[bug#29536] [PATCH] squash! gnu: Add cava.


From: Oleg Pykhalov
Subject: [bug#29536] [PATCH] squash! gnu: Add cava.
Date: Sat, 02 Dec 2017 22:40:50 +0300

>From a9d052f3ef8abcb830f279a09d99c9b6e7a0ad02 Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <address@hidden>
Date: Sat, 2 Dec 2017 22:39:01 +0300
Subject: [PATCH] squash! gnu: Add cava.

---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 347f379e3..e4481281f 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3105,7 +3105,7 @@ the Snd sources), Ruby, or Forth.")
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
-       ("libtool" ,libtool)))
+       ("libtool"  ,libtool)))
     (inputs
      `(("fftw"       ,fftw)
        ("ncurses"    ,ncurses)
@@ -3114,7 +3114,7 @@ the Snd sources), Ruby, or Forth.")
      `(#:configure-flags
        (list (string-append "PREFIX=" %output)
              (string-append "FONT_DIR=" %output "/usr/share/consolefonts"))
-       #:make-flags ; Add $libdir to the RUNPATH of all the executables.
+       #:make-flags
        (let ((lib (string-append %output "/lib")))
          (list (string-append "cava_LDFLAGS = -L" lib " -Wl,-rpath " lib)))
        #:phases
-- 
2.15.0






reply via email to

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