me
/
guix
Archived
1
0
Fork 0

build-system/gnu: Really apply patches.

* guix/build/gnu-build-system.scm (patch): Use `--input FILE', not just
  `FILE'.
master
Ludovic Courtès 2012-09-01 15:43:46 +02:00
parent 8197c978ef
commit d118c548b5
1 changed files with 1 additions and 1 deletions

View File

@ -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?