~ruther/guix-local

2564b7c2dfb71e2d086084ce127e27e268fa9b66 — Leo Famulari 9 years ago 47734a5
gnu: mplayer: Don't replace 'sh' reference with 'bash'.

* gnu/packages/video.scm (mplayer)[arguments]: Use (which "sh") instead
of (which "bash") in 'configure' phase.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +1 -1
@@ 796,7 796,7 @@ treaming protocols.")
            (let ((out (assoc-ref outputs "out"))
                  (libx11 (assoc-ref inputs "libx11")))
              (substitute* "configure"
                (("#! /bin/sh") (string-append "#!" (which "bash"))))
                (("#! /bin/sh") (string-append "#!" (which "sh"))))
              (setenv "SHELL" (which "bash"))
              (setenv "CONFIG_SHELL" (which "bash"))
              (zero? (system*