gnu: talkfilters: Don't use NAME in source URI.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 14 Mar 2020 20:22:32 +0000 (21:22 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 14 Mar 2020 21:01:40 +0000 (22:01 +0100)
* gnu/packages/games.scm (talkfilters)[source]: Hard-code NAME.

gnu/packages/games.scm

index df1b31d..44f59d7 100644 (file)
@@ -1688,8 +1688,8 @@ level's exit.  The game is presented in a 2D side view.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://www.hyperrealm.com/" name "/"
-                           name  "-" version  ".tar.gz"))
+       (uri (string-append "http://www.hyperrealm.com/talkfilters/"
+                           "talkfilters-" version  ".tar.gz"))
        (sha256
         (base32 "19nc5vq4bnkjvhk8srqddzhcs93jyvpm9r6lzjzwc1mgf08yg0a6"))))
     (build-system gnu-build-system)