mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
gnu: guile-reader: Rename packages to avoid version number confusion.
* gnu/packages/guile.scm (guile-reader): Change the character preceding the guile version number from '-' to '_' so that it will not be misinterpreted as the package version number.
This commit is contained in:
@@ -162,7 +162,7 @@ call interface, and powerful string processing.")
|
|||||||
"Build Guile-Reader against GUILE, a package of some version of Guile 1.8
|
"Build Guile-Reader against GUILE, a package of some version of Guile 1.8
|
||||||
or 2.0."
|
or 2.0."
|
||||||
(package
|
(package
|
||||||
(name (string-append "guile-reader-for-guile-" (package-version guile)))
|
(name (string-append "guile-reader-for-guile_" (package-version guile)))
|
||||||
(version "0.6")
|
(version "0.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|||||||
Reference in New Issue
Block a user