summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-24 17:59:45 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-24 18:02:44 +0100
commiteac54126fbb0712a436eaa1b152a55efb32046ab (patch)
tree4dfdf5fc9cd3fb3f82bd5a891e430b8f53d8a5b7 /gnu/packages/haskell.scm
parentf4e183320515e00a68912d98e1f8367c72886527 (diff)
downloadpatches-eac54126fbb0712a436eaa1b152a55efb32046ab.tar
patches-eac54126fbb0712a436eaa1b152a55efb32046ab.tar.gz
gnu: GHC: Enable RUNPATH validation.
* gnu/packages/haskell.scm (ghc-7, ghc-8.0, ghc-8.4)[arguments]: Remove #:validate-runpath?.
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r--gnu/packages/haskell.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 739b86a100..982dced5d0 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -171,10 +171,6 @@ top of CLISP.")
;; 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
-
;; Don't pass --build=<triplet>, because the configure script
;; auto-detects slightly different triplets for --host and --target and
;; then complains that they don't match.
@@ -348,10 +344,6 @@ interactive environment for the functional language Haskell.")
;; 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
-
;; Don't pass --build=<triplet>, because the configure script
;; auto-detects slightly different triplets for --host and --target and
;; then complains that they don't match.
@@ -454,10 +446,6 @@ interactive environment for the functional language Haskell.")
;; 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
-
;; Don't pass --build=<triplet>, because the configure script
;; auto-detects slightly different triplets for --host and --target and
;; then complains that they don't match.