~ruther/guix-local

147c6b391b3264fa6606841452e2c8049a01d983 — Leo Famulari 9 years ago f2ea722
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/orpheus.scm
M gnu/packages/orpheus.scm => gnu/packages/orpheus.scm +1 -1
@@ 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")