mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: guile@3.0: Do not inherit all patches from guile@2.2.
* gnu/packages/guile.scm (guile-3.0)[source](patches): New field.
This commit is contained in:
parent
76feb6e74b
commit
14ab024978
1 changed files with 2 additions and 1 deletions
|
@ -284,7 +284,8 @@ (define-public guile-3.0
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue