diff options
Diffstat (limited to 'gnu/packages/guile.scm')
-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 91fcf46336..74c0709ea4 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -315,7 +315,8 @@ without requiring the source code to be rewritten.") (inherit guile-3.0) (version "3.0.7") (source (origin - (method url-fetch) + (inherit (package-source guile-3.0)) ;preserve snippet + (patches '()) (uri (string-append "mirror://gnu/guile/guile-" version ".tar.xz")) (sha256 |