Archived
1
0
Fork 0

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 @@ Key features include:
(("/usr/bin/aplay") "aplay") (("/usr/bin/aplay") "aplay")
(("/usr/bin/timidity") "timidity") (("/usr/bin/timidity") "timidity")
(("/usr/bin/mpg123") "mpg123") (("/usr/bin/mpg123") "mpg123")
(("/usr/bin/ogg123") "ogg123")) (("/usr/bin/ogg123") "ogg123"))))
#t))
(add-before 'build 'patch-python-shebangs (add-before 'build 'patch-python-shebangs
(lambda _ (lambda _
;; Two python scripts begin with a Unicode BOM, so patch-shebang ;; Two python scripts begin with a Unicode BOM, so patch-shebang
;; has no effect. ;; has no effect.
(substitute* '("solfege/parsetree.py" (substitute* '("solfege/parsetree.py"
"solfege/presetup.py") "solfege/presetup.py")
(("#!/usr/bin/python") (string-append "#!" (which "python")))) (("#!/usr/bin/python") (string-append "#!" (which "python"))))))
#t))
(add-before 'build 'add-sitedirs (add-before 'build 'add-sitedirs
;; .pth files are not automatically interpreted unless the ;; .pth files are not automatically interpreted unless the
;; directories containing them are added as "sites". The directories ;; directories containing them are added as "sites". The directories