gnu: red-eclipse: Replace string with version number variable.

* gnu/packages/games.scm (red-eclipse)[phases]: Replace it.
This commit is contained in:
Kei Kebreau 2016-08-01 13:39:45 -04:00
parent 089b167812
commit 660e005c21
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -2169,7 +2169,7 @@ (define-public red-eclipse
"-Cdata"
"--transform"
(string-append "s/"
name "-1.5.3/"
name "-" ,version "/"
name "/")))
(list ,@(map car data-sources)))
#t))