mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: red-eclipse: Replace string with version number variable.
* gnu/packages/games.scm (red-eclipse)[phases]: Replace it.
This commit is contained in:
parent
089b167812
commit
660e005c21
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue