gnu: orpheus: Don't replace 'sh' reference with 'bash'.
* gnu/packages/orpheus.scm (orpheus)[arguments]: Use (which "sh") instead of (which "bash") in 'patch-shells' phase.
This commit is contained in:
parent
f2ea722ae7
commit
147c6b391b
|
@ -90,7 +90,7 @@
|
||||||
(substitute* '("src/mp3track.cc"
|
(substitute* '("src/mp3track.cc"
|
||||||
"src/streamtrack.cc"
|
"src/streamtrack.cc"
|
||||||
"src/oggtrack.cc")
|
"src/oggtrack.cc")
|
||||||
(("/bin/sh") (which "bash")))
|
(("/bin/sh") (which "sh")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://thekonst.net/en/orpheus")
|
(home-page "http://thekonst.net/en/orpheus")
|
||||||
(synopsis "Text-mode audio player")
|
(synopsis "Text-mode audio player")
|
||||||
|
|
Loading…
Reference in New Issue