efraim pushed a commit to branch master
in repository guix.

commit 82f09c0e8ee64f39ac453fc8be94c096f7e0b266
Author: Efraim Flashner <efr...@flashner.co.il>
Date:   Sun Mar 4 12:37:33 2018 +0200

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

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index f3847c1..20a8c53 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"))))

Reply via email to