diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-03-04 12:37:33 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-03-04 12:38:51 +0200 |
commit | 82f09c0e8ee64f39ac453fc8be94c096f7e0b266 (patch) | |
tree | c58ec158aa3a5e03341ca9b97d9ca7be3d9909c5 | |
parent | 6de107b0c907664338270a493487e7ac0f75a519 (diff) | |
download | guix-82f09c0e8ee64f39ac453fc8be94c096f7e0b266.tar guix-82f09c0e8ee64f39ac453fc8be94c096f7e0b266.tar.gz |
gnu: go-github-com-aki237-nscjar: Declare a source file-name.
* gnu/packages/golang.scm (go-github-com-aki237-nscjar)[source]: Declare
a source file-name.
-rw-r--r-- | gnu/packages/golang.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index f3847c1b57..20a8c538be 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -528,6 +528,7 @@ writers can be supplied for alternate environments.") (uri (git-reference (url "https://github.com/aki237/nscjar.git") (commit commit))) + (file-name (git-file-name name version)) (sha256 (base32 "03y7zzq12qvhsq86lb06sgns8xrkblbn7i7wd886wk3zr5574b96")))) |