~ruther/guix-local

0bd4377566f80e6736492ea6ecfe3fdb14310717 — Ludovic Courtès 11 years ago cb85eb5
build-system/gnu: #:validate-runpath? now defaults to #t.

* guix/build/gnu-build-system.scm (validate-runpath): Change default
  value of VALIDATE-RUNPATH? to #t.
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
@@ 418,7 418,7 @@ effects, such as displaying warnings or error messages."
       (loop tail (and (pred head) result))))))

(define* (validate-runpath #:key
                           validate-runpath?
                           (validate-runpath? #t)
                           (elf-directories '("lib" "lib64" "libexec"
                                              "bin" "sbin"))
                           outputs #:allow-other-keys)