diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-03-04 12:35:31 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-03-04 12:38:50 +0200 |
commit | fdbece74aa9582724801225e52b25e71a7a73797 (patch) | |
tree | 73060eb018a85b58e091314c73f04e48023f6c49 /gnu/packages/golang.scm | |
parent | 661ad6f0c205c64c5681d1805f42d743f316ab57 (diff) | |
download | patches-fdbece74aa9582724801225e52b25e71a7a73797.tar patches-fdbece74aa9582724801225e52b25e71a7a73797.tar.gz |
gnu: go-github-com-alsm-ioprogress: Declare a source file-name.
* gnu/packages/golang.scm (go-github-com-alsm-ioprogress)[source]:
Declare a source file-name.
Diffstat (limited to 'gnu/packages/golang.scm')
-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 e201ac8e4c..3a8c889a42 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -502,6 +502,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (uri (git-reference (url "https://github.com/alsm/ioprogress.git") (commit commit))) + (file-name (git-file-name name version)) (sha256 (base32 "10ym5qlq77nynmkxbk767f2hfwyxg2k7hrzph05hvgzv833dhivh")))) |