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.
master
Mark H Weaver 2013-02-17 13:25:06 -05:00 committed by Ludovic Courtès
parent 396e75e37c
commit ba4bcae035
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ call interface, and powerful string processing.")
"Build Guile-Reader against GUILE, a package of some version of Guile 1.8
or 2.0."
(package
(name (string-append "guile-reader-for-guile-" (package-version guile)))
(name (string-append "guile-reader-for-guile_" (package-version guile)))
(version "0.6")
(source (origin
(method url-fetch)