efraim pushed a commit to branch master
in repository guix.

commit fdbece74aa9582724801225e52b25e71a7a73797
Author: Efraim Flashner <efr...@flashner.co.il>
Date:   Sun Mar 4 12:35:31 2018 +0200

    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.
---
 gnu/packages/golang.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e201ac8..3a8c889 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"))))

Reply via email to