diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-20 18:05:47 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-21 23:17:20 +0100 |
commit | 14ab0249783a4df8fb405d54a138f42677e9dfa0 (patch) | |
tree | 9ab7f347eaf41e8fa558d90e4aeacafc43553ddf | |
parent | 76feb6e74ba2aa57ab7d5e61d7b64c0d2a1fb557 (diff) | |
download | guix-14ab0249783a4df8fb405d54a138f42677e9dfa0.tar.gz guix-14ab0249783a4df8fb405d54a138f42677e9dfa0.zip |
gnu: guile@3.0: Do not inherit all patches from guile@2.2.
* gnu/packages/guile.scm (guile-3.0)[source](patches): New field.
-rw-r--r-- | gnu/packages/guile.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index cba4d363e1..223104610c 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") |