gnu: bristol: Remove trailing #T.
* gnu/packages/music.scm (bristol)[arguments]: Drop trailing #T from build phases.
This commit is contained in:
parent
532dace22d
commit
e03c7c32ed
@ -2612,22 +2612,19 @@ Laurens Hammond and Don Leslie.")
|
|||||||
(when (not (or (string-prefix? "x86_64" system)
|
(when (not (or (string-prefix? "x86_64" system)
|
||||||
(string-prefix? "i686" system)))
|
(string-prefix? "i686" system)))
|
||||||
(substitute* "bristol/Makefile.in"
|
(substitute* "bristol/Makefile.in"
|
||||||
(("-msse -mfpmath=sse") "")))
|
(("-msse -mfpmath=sse") "")))))
|
||||||
#t))
|
|
||||||
;; alsa-lib 1.1.x no longer provides iatomic.h. That's okay because
|
;; alsa-lib 1.1.x no longer provides iatomic.h. That's okay because
|
||||||
;; bristol actually doesn't use it.
|
;; bristol actually doesn't use it.
|
||||||
(add-after 'unpack 'do-not-use-alsa-iatomic
|
(add-after 'unpack 'do-not-use-alsa-iatomic
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "libbristolaudio/audioEngineJack.c"
|
(substitute* "libbristolaudio/audioEngineJack.c"
|
||||||
(("#include <alsa/iatomic.h>") ""))
|
(("#include <alsa/iatomic.h>") ""))))
|
||||||
#t))
|
|
||||||
;; We know that Bristol has been linked with JACK and we don't have
|
;; We know that Bristol has been linked with JACK and we don't have
|
||||||
;; ldd, so we can just skip this check.
|
;; ldd, so we can just skip this check.
|
||||||
(add-after 'unpack 'do-not-grep-for-jack
|
(add-after 'unpack 'do-not-grep-for-jack
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "bin/startBristol.in"
|
(substitute* "bin/startBristol.in"
|
||||||
(("ldd `which bristol` | grep jack") "echo guix"))
|
(("ldd `which bristol` | grep jack") "echo guix")))))))
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib jack-1 liblo libx11))
|
(list alsa-lib jack-1 liblo libx11))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
Loading…
Reference in New Issue
Block a user