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:
parent
d8f257f99e
commit
fd80c705b1
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue