gnu: solfege: Remove trailing booleans.

* gnu/packages/music.scm (solfege): Remove trailing booleans.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
jgart 2022-03-25 21:15:38 -04:00 committed by Mathieu Othacehe
parent a1c11cc652
commit 6d0d176580
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -2040,16 +2040,14 @@ (define-public solfege
(("/usr/bin/aplay") "aplay")
(("/usr/bin/timidity") "timidity")
(("/usr/bin/mpg123") "mpg123")
(("/usr/bin/ogg123") "ogg123"))
#t))
(("/usr/bin/ogg123") "ogg123"))))
(add-before 'build 'patch-python-shebangs
(lambda _
;; Two python scripts begin with a Unicode BOM, so patch-shebang
;; has no effect.
(substitute* '("solfege/parsetree.py"
"solfege/presetup.py")
(("#!/usr/bin/python") (string-append "#!" (which "python"))))
#t))
(("#!/usr/bin/python") (string-append "#!" (which "python"))))))
(add-before 'build 'add-sitedirs
;; .pth files are not automatically interpreted unless the
;; directories containing them are added as "sites". The directories