diff options
author | Kei Kebreau <kei@openmailbox.org> | 2016-08-01 13:39:45 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2016-08-01 13:42:29 -0400 |
commit | 660e005c212870e0a791c420824650f39c698b1a (patch) | |
tree | 27a583859842e028943ec55348deac12757ab8c1 /gnu | |
parent | 089b167812624cc69aac95d5a1b69688e3f97117 (diff) | |
download | guix-660e005c212870e0a791c420824650f39c698b1a.tar.gz guix-660e005c212870e0a791c420824650f39c698b1a.zip |
gnu: red-eclipse: Replace string with version number variable.
* gnu/packages/games.scm (red-eclipse)[phases]: Replace it.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index e98d627538..cf4f7b5b19 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2169,7 +2169,7 @@ http://lavachat.symlynx.com/unix/") "-Cdata" "--transform" (string-append "s/" - name "-1.5.3/" + name "-" ,version "/" name "/"))) (list ,@(map car data-sources))) #t)) |