aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-03-04 12:36:34 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-03-04 12:38:50 +0200
commit6de107b0c907664338270a493487e7ac0f75a519 (patch)
tree033815d04f45f002ddf6575cf58285f86769fd08 /gnu/packages/golang.scm
parentfdbece74aa9582724801225e52b25e71a7a73797 (diff)
downloadguix-6de107b0c907664338270a493487e7ac0f75a519.tar
guix-6de107b0c907664338270a493487e7ac0f75a519.tar.gz
gnu: go-github-com-davidjpeacock-cli: Declare a source file-name.
* gnu/packages/golang.scm (go-github-com-davidjpeacock-cli)[source]: Declare a source file-name.
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3a8c889a42..f3847c1b57 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -552,6 +552,7 @@ jar struct to manage the cookies added to the cookie jar.")
(uri (git-reference
(url "https://github.com/davidjpeacock/cli.git")
(commit commit)))
+ (file-name (git-file-name name version))
(sha256
(base32
"01s53ny3p0fdx64rnwcnmjj4xpc5adihnh6islsfq5z1ph2phhnj"))))