guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ghc-8.6: Fix skip-tests patch depth.


From: guix-commits
Subject: 01/01: gnu: ghc-8.6: Fix skip-tests patch depth.
Date: Tue, 30 Jul 2019 14:23:05 -0400 (EDT)

rob pushed a commit to branch wip-haskell-updates
in repository guix.

commit ef57c38fce4772dbf8b1af562c5f8ec39c537af4
Author: Robert Vollmert <address@hidden>
Date:   Tue Jul 30 20:21:58 2019 +0200

    gnu: ghc-8.6: Fix skip-tests patch depth.
    
    * gnu/packages/haskell.scm (ghc-8.6): Use -p2 instead of -p1 for test patch.
---
 gnu/packages/haskell.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 85550c2..c8ad1d8 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -641,7 +641,7 @@ interactive environment for the functional language 
Haskell.")
              #t))
          (add-after 'unpack-testsuite 'skip-tests
            (lambda* (#:key inputs #:allow-other-keys)
-             (invoke "patch" "-p1" "-i" (assoc-ref inputs 
"ghc-skip-tests-patch"))))
+             (invoke "patch" "-p2" "-i" (assoc-ref inputs 
"ghc-skip-tests-patch"))))
          ;; This phase patches the 'ghc-pkg' command so that it sorts the list
          ;; of packages in the binary cache it generates.
          (add-before 'build 'fix-ghc-pkg-nondeterminism



reply via email to

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