~ruther/guix-local

77bb6c227b441277e48d6e2071cca3b801f53374 — Efraim Flashner 8 years ago b82c63d
gnu: gpm: Fix build.

* gnu/packages/linux.scm (gpm)[arguments]: Patch autogen.sh shebang
during the 'boottstrap phase.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -0
@@ 3126,6 3126,8 @@ write access to exFAT devices.")
                    (lambda _
                      ;; The tarball was not generated with 'make dist' so we
                      ;; need to bootstrap things ourselves.
                      (substitute* "autogen.sh"
                        (("/bin/sh") (which "sh")))
                      (and (zero? (system* "./autogen.sh"))
                           (begin
                             (patch-makefile-SHELL "Makefile.include.in")