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
							
								
									396e75e37c
								
							
						
					
					
						commit
						ba4bcae035
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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 a new issue