gnu: Disable RUNPATH validation for packages that use $ORIGIN.

* gnu/packages/haskell.scm (ghc)[arguments]: Add #:validate-runpath?.
* gnu/packages/julia.scm (julia)[arguments]: Likewise.
* gnu/packages/java.scm (icedtea6)[arguments]: Likewise.
This commit is contained in:
Ludovic Courtès 2015-04-14 09:55:35 +02:00
parent b2a80c785d
commit fb799cb72e
3 changed files with 16 additions and 0 deletions

View file

@ -111,6 +111,11 @@
;; We get a smaller number of test failures by disabling parallel test
;; execution.
#:parallel-tests? #f
;; The DSOs use $ORIGIN to refer to each other, but (guix build
;; gremlin) doesn't support it yet, so skip this phase.
#:validate-runpath? #f
#:modules ((guix build gnu-build-system)
(guix build utils)
(guix build rpath)