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:
parent
cb85eb5e65
commit
0bd4377566
|
@ -418,7 +418,7 @@ effects, such as displaying warnings or error messages."
|
||||||
(loop tail (and (pred head) result))))))
|
(loop tail (and (pred head) result))))))
|
||||||
|
|
||||||
(define* (validate-runpath #:key
|
(define* (validate-runpath #:key
|
||||||
validate-runpath?
|
(validate-runpath? #t)
|
||||||
(elf-directories '("lib" "lib64" "libexec"
|
(elf-directories '("lib" "lib64" "libexec"
|
||||||
"bin" "sbin"))
|
"bin" "sbin"))
|
||||||
outputs #:allow-other-keys)
|
outputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in New Issue