diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-24 14:26:29 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-24 17:21:55 +0100 |
commit | 37bf216dfce713112bb6de68e64e007241ccf26b (patch) | |
tree | 2ba07bca33e961b553a06838699f1c726f4d1533 /gnu | |
parent | d00a8b8422b350792fb0475cde5ad5c3f247b633 (diff) | |
download | patches-37bf216dfce713112bb6de68e64e007241ccf26b.tar patches-37bf216dfce713112bb6de68e64e007241ccf26b.tar.gz |
gnu: openmw: Don't use NAME in source URI.
* gnu/packages/game-development.scm (openmw)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/game-development.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 53ed66c636..adcad53a11 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")))) |