diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-16 02:16:09 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-16 02:40:59 +0200 |
commit | 6512b96570f79c6d230363dfe2adbd159c7861f5 (patch) | |
tree | 83a23b3c35d8cb8f02351c4214c3c5544288e349 | |
parent | 3d9f26a0f87985034eb487c12a855b243eb94ad1 (diff) | |
download | guix-6512b96570f79c6d230363dfe2adbd159c7861f5.tar guix-6512b96570f79c6d230363dfe2adbd159c7861f5.tar.gz |
gnu: stellarium: Remove redundant FILE-NAME.
* gnu/packages/astronomy.scm (stellarium)[source]: Remove FILE-NAME.
-rw-r--r-- | gnu/packages/astronomy.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 9924d03233..88e3723a1f 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -135,7 +135,6 @@ programs for the manipulation and analysis of astronomical data.") (uri (string-append "https://github.com/Stellarium/" name "/releases/download/v" version "/" name "-" version ".tar.gz")) - (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "0vjkwrjy22b4wdjkafm63pmb0fck14ffnylpq8xr91ywycw4blrq")))) |