~ruther/guix-local

d118c548b5779fe136da03bd732bef2294618b97 — Ludovic Courtès 13 years ago 8197c97
build-system/gnu: Really apply patches.

* guix/build/gnu-build-system.scm (patch): Use `--input FILE', not just
  `FILE'.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/build/gnu-build-system.scm
M guix/build/gnu-build-system.scm => guix/build/gnu-build-system.scm +1 -1
@@ 91,7 91,7 @@
  (every (lambda (p)
           (format #t "applying patch `~a'~%" p)
           (zero? (apply system* "patch"
                         (append patch-flags (list p)))))
                         (append patch-flags (list "--input" p)))))
         patches))

(define* (configure #:key outputs (configure-flags '()) out-of-source?