From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLDfq-0004Yf-Cp for guix-patches@gnu.org; Sat, 02 Dec 2017 14:42:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLDfm-0006ul-Eo for guix-patches@gnu.org; Sat, 02 Dec 2017 14:42:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:33533) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eLDfm-0006ud-9J for guix-patches@gnu.org; Sat, 02 Dec 2017 14:42:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eLDfm-0006Sx-3H for guix-patches@gnu.org; Sat, 02 Dec 2017 14:42:02 -0500 Subject: [bug#29536] [PATCH] squash! gnu: Add cava. References: <87efocor8u.fsf@gmail.com> In-Reply-To: <87efocor8u.fsf@gmail.com> Resent-Message-ID: From: Oleg Pykhalov Date: Sat, 02 Dec 2017 22:40:50 +0300 Message-ID: <87bmjgor3x.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0001-squash-gnu-Add-cava.patch Content-Description: [PATCH] squash! gnu: Add cava. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: bug#29536 <29536@debbugs.gnu.org> >From a9d052f3ef8abcb830f279a09d99c9b6e7a0ad02 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov 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