guix-commits
[Top][All Lists]
Advanced

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

02/13: gnu: bristol: Remove trailing #T.


From: guix-commits
Subject: 02/13: gnu: bristol: Remove trailing #T.
Date: Tue, 7 Feb 2023 14:06:29 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e03c7c32edb957ee36614755a37cbc5c270a2297
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 7 19:40:42 2023 +0100

    gnu: bristol: Remove trailing #T.
    
    * gnu/packages/music.scm (bristol)[arguments]: Drop trailing #T from build
    phases.
---
 gnu/packages/music.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 87100c698d..d870e4016a 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2612,22 +2612,19 @@ Laurens Hammond and Don Leslie.")
              (when (not (or (string-prefix? "x86_64" system)
                             (string-prefix? "i686" system)))
                (substitute* "bristol/Makefile.in"
-                 (("-msse -mfpmath=sse") "")))
-             #t))
+                 (("-msse -mfpmath=sse") "")))))
          ;; alsa-lib 1.1.x no longer provides iatomic.h.  That's okay because
          ;; bristol actually doesn't use it.
          (add-after 'unpack 'do-not-use-alsa-iatomic
            (lambda _
              (substitute* "libbristolaudio/audioEngineJack.c"
-               (("#include <alsa/iatomic.h>") ""))
-             #t))
+               (("#include <alsa/iatomic.h>") ""))))
          ;; We know that Bristol has been linked with JACK and we don't have
          ;; ldd, so we can just skip this check.
          (add-after 'unpack 'do-not-grep-for-jack
            (lambda _
              (substitute* "bin/startBristol.in"
-               (("ldd `which bristol` | grep jack") "echo guix"))
-             #t)))))
+               (("ldd `which bristol` | grep jack") "echo guix")))))))
     (inputs
      (list alsa-lib jack-1 liblo libx11))
     (native-inputs



reply via email to

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