guix-commits
[Top][All Lists]
Advanced

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

03/16: gnu: ghc@4: Use 'search-patches'.


From: guix-commits
Subject: 03/16: gnu: ghc@4: Use 'search-patches'.
Date: Mon, 14 Feb 2022 09:53:39 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 6ef0cd9ade84a6a26ed2e50bee98611000ad786b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Feb 14 13:46:55 2022 +0100

    gnu: ghc@4: Use 'search-patches'.
    
    * gnu/packages/haskell.scm (ghc-4)[source]: Use 'search-patches'.
---
 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 c3706fca6c..60f5a01393 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -193,7 +193,7 @@ is itself quite fast.")
        (sha256
         (base32
          "0ar4nxy4cr5vwvfj71gmc174vx0n3lg9ka05sa1k60c8z0g3xp1q"))
-       (patches (list (search-patch "ghc-4.patch")))))
+       (patches (search-patches "ghc-4.patch"))))
     (build-system gnu-build-system)
     (supported-systems '("i686-linux" "x86_64-linux"))
     (arguments



reply via email to

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