diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-29 01:43:24 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-29 01:44:09 +0100 |
commit | 1d6c047937203e03c9626fe14aafba503748dd14 (patch) | |
tree | 3a3280a1ad91fa430fc412233f2ab8991f60abb9 /gnu/packages | |
parent | 2e5a0690bb5585d0f240bff1df09db1c46a3d000 (diff) |
gnu: powwow: Remove redundant FILE-NAME.
* gnu/packages/games.scm (powwow)[source]: Remove FILE-NAME.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/games.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 35e4e07875..aaa8c68f9c 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2880,7 +2880,6 @@ is attributed to Albert Einstein.") (uri (string-append "https://www.hoopajoo.net/static/projects/powwow-" version ".tar.gz")) - (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "1gf0jc1vfv05lxij51n3c1dqn3aiiy2kj1v6q14an3wm7yl7cllp")))) |