guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: openmw: Don't use NAME in source URI.


From: guix-commits
Subject: 03/04: gnu: openmw: Don't use NAME in source URI.
Date: Sun, 24 Mar 2019 11:46:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 37bf216dfce713112bb6de68e64e007241ccf26b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Mar 24 14:26:29 2019 +0100

    gnu: openmw: Don't use NAME in source URI.
    
    * gnu/packages/game-development.scm (openmw)[source]: Hard-code NAME.
---
 gnu/packages/game-development.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 53ed66c..adcad53 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1080,7 +1080,7 @@ of use.")
        (method url-fetch)
        (uri
         (string-append "https://github.com/OpenMW/openmw/archive/";
-                       name "-" version ".tar.gz"))
+                       "openmw-" version ".tar.gz"))
        (sha256
         (base32
          "03fgm2f2r7y0aqlgp038pdlnllgvm3jimrp968p4nhz1sffvjzcy"))))



reply via email to

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