gnu: solfege: Fix typo.
* gnu/packages/music.scm (solfege): Fix typo in `fix-configuration' phase.
This commit is contained in:
parent
4284d04d2e
commit
20c65aa1ec
1 changed files with 1 additions and 1 deletions
|
@ -1050,7 +1050,7 @@ (define-public solfege
|
|||
(add-after 'unpack 'fix-configuration
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "default.config"
|
||||
(("/usr/bin/aplay" "aplay"))
|
||||
(("/usr/bin/aplay") "aplay")
|
||||
(("/usr/bin/timidity") "timidity")
|
||||
(("/usr/bin/mpg123") "mpg123")
|
||||
(("/usr/bin/ogg123") "ogg123"))
|
||||
|
|
Loading…
Reference in a new issue