guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: GHC: Enable RUNPATH validation.


From: guix-commits
Subject: 03/03: gnu: GHC: Enable RUNPATH validation.
Date: Tue, 24 Mar 2020 13:03:40 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit eac54126fbb0712a436eaa1b152a55efb32046ab
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Mar 24 17:59:45 2020 +0100

    gnu: GHC: Enable RUNPATH validation.
    
    * gnu/packages/haskell.scm (ghc-7, ghc-8.0, ghc-8.4)[arguments]: Remove
     #:validate-runpath?.
---
 gnu/packages/haskell.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 739b86a..982dced 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]