guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: guile@3.0: Do not inherit all patches from guile@2.2.


From: guix-commits
Subject: 05/10: gnu: guile@3.0: Do not inherit all patches from guile@2.2.
Date: Tue, 21 Jan 2020 17:19:09 -0500 (EST)

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

commit 14ab0249783a4df8fb405d54a138f42677e9dfa0
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Jan 20 18:05:47 2020 +0100

    gnu: guile@3.0: Do not inherit all patches from guile@2.2.
    
    * gnu/packages/guile.scm (guile-3.0)[source](patches): New field.
---
 gnu/packages/guile.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index cba4d36..2231046 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -284,7 +284,8 @@ without requiring the source code to be rewritten.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0x8ca6q1qdmk29lh12gj6ngvgn7kp79w42rxfgwrpxm9jmjqs4y9"))))
+                "0x8ca6q1qdmk29lh12gj6ngvgn7kp79w42rxfgwrpxm9jmjqs4y9"))
+              (patches (search-patches "guile-2.2-skip-oom-test.patch"))))
     (native-search-paths
      (list (search-path-specification
             (variable "GUILE_LOAD_PATH")



reply via email to

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