summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-03-04 09:48:46 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-03-04 11:01:36 +0200
commit7fc944273d17ad0aa7dccd6eb1d730e5ea87bcfc (patch)
tree3073acacacfbeb55ec03e4f8937e1b3c7ed4de3e /gnu/packages
parentbc037c1bd1a10ea00e260cf2ce184120c2c6fb3c (diff)
downloadpatches-7fc944273d17ad0aa7dccd6eb1d730e5ea87bcfc.tar
patches-7fc944273d17ad0aa7dccd6eb1d730e5ea87bcfc.tar.gz
gnu: masscan: Declare a source file-name.
* gnu/packages/admin.scm (masscan)[source]: Declare a source file-name.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/admin.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 80cf8c391c..554c1679e6 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2433,6 +2433,7 @@ on systems running the Linux kernel.")
(method url-fetch)
(uri (string-append "https://github.com/robertdavidgraham/masscan"
"/archive/" version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1y9af345g00z83rliv6bmlqg37xwc7xpnx5xqdgmjikzcxgk9pji"))))