lfam pushed a commit to branch master
in repository guix.
commit 147c6b391b3264fa6606841452e2c8049a01d983
Author: Leo Famulari <[email protected]>
Date: Mon Jan 23 16:09:15 2017 -0500
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.
---
gnu/packages/orpheus.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/orpheus.scm b/gnu/packages/orpheus.scm
index 39118c9..d672ebc 100644
--- a/gnu/packages/orpheus.scm
+++ b/gnu/packages/orpheus.scm
@@ -90,7 +90,7 @@
(substitute* '("src/mp3track.cc"
"src/streamtrack.cc"
"src/oggtrack.cc")
- (("/bin/sh") (which "bash")))
+ (("/bin/sh") (which "sh")))
#t)))))
(home-page "http://thekonst.net/en/orpheus")
(synopsis "Text-mode audio player")