guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/14: gnu: wesnoth: Don't use NAME in source URI.


From: guix-commits
Subject: 09/14: gnu: wesnoth: Don't use NAME in source URI.
Date: Wed, 27 Feb 2019 09:49:32 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0c2e055e1819491bc1a96034dbe0a4181d7fccca
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 26 16:46:46 2019 +0100

    gnu: wesnoth: Don't use NAME in source URI.
    
    * gnu/packages/games.scm (wesnoth)[source]: Hard-code NAME.
---
 gnu/packages/games.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9976216..24c9301 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2102,9 +2102,9 @@ falling, themeable graphics and sounds, and replays.")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-"
-                                  (version-major+minor version) "/wesnoth-"
-                                  version "/"
-                                  name "-" version ".tar.bz2"))
+                                  (version-major+minor version)
+                                  "/wesnoth-" version "/"
+                                  "wesnoth-" version ".tar.bz2"))
               (sha256
                (base32
                 "1kgpj2f22nnx4mwd1zis3s5ny2983aasgqsmz7wnqaq7n6a7ac85"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]