~ruther/guix-local

8601feaea66977bcf559090f98bb1bda091273fa — Ludovic Courtès 9 years ago 98378db
gnu: git: Fix builds with Make 4.2.

* gnu/packages/version-control.scm (git)[arguments]: Add 'add-PM.stamp'
phase.
1 files changed, 5 insertions(+), 0 deletions(-)

M gnu/packages/version-control.scm
M gnu/packages/version-control.scm => gnu/packages/version-control.scm +5 -0
@@ 173,6 173,11 @@ as well as the classic centralized workflow.")
              (("/bin/sh") (which "sh"))
              (("/usr/bin/perl") (which "perl"))
              (("/usr/bin/python") (which "python")))))
        (add-after 'configure 'add-PM.stamp
          (lambda _
            ;; Add the "PM.stamp" to avoid "no rule to make target".
            (call-with-output-file "perl/PM.stamp" (const #t))
            #t))
        (add-after 'install 'install-shell-completion
          (lambda* (#:key outputs #:allow-other-keys)
            (let* ((out         (assoc-ref outputs "out"))