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.
This commit is contained in:
Ludovic Courtès 2015-04-23 18:50:37 +02:00
parent cb85eb5e65
commit 0bd4377566
1 changed files with 1 additions and 1 deletions

View File

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