gnu: guile@3.0.7: Remove pre-built .go files.
Commit 47d48f0c43
unintentionally removed
the 'snippet' of GUILE-3.0-LATEST's origin, meaning that the pre-built
bootstrap .go files would be used.
* gnu/packages/guile.scm (guile-3.0-latest)[source]: Inherit
from (package-source guile-3.0), thereby restoring snippet.
master
parent
c37d81c99d
commit
a9431d8ec5
|
@ -315,7 +315,8 @@ without requiring the source code to be rewritten.")
|
||||||
(inherit guile-3.0)
|
(inherit guile-3.0)
|
||||||
(version "3.0.7")
|
(version "3.0.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(inherit (package-source guile-3.0)) ;preserve snippet
|
||||||
|
(patches '())
|
||||||
(uri (string-append "mirror://gnu/guile/guile-"
|
(uri (string-append "mirror://gnu/guile/guile-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Reference in New Issue