aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-03-13 20:10:08 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-03-13 20:17:11 +0200
commit03e8182b8ea0e5be756416198a3ef49f45b6116c (patch)
tree7f1048a9492ff5363198b501029089b3c2ce2a99
parent8cf57bc1c6a938fd62deb0e4bf9ef5e460c24669 (diff)
downloadguix-03e8182b8ea0e5be756416198a3ef49f45b6116c.tar
guix-03e8182b8ea0e5be756416198a3ef49f45b6116c.tar.gz
gnu: sbcl-cl-uglify-js: Declare a source file-name.
* gnu/packages/lisp.scm (sbcl-cl-uglify-js)[source]: Declare a source file-name.
-rw-r--r--gnu/packages/lisp.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index a506566a05..1cda606c20 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1370,6 +1370,7 @@ It is similar to the @code{CL:LOOP} macro, with these distinguishing marks:
(uri (git-reference
(url "https://github.com/mishoo/cl-uglify-js.git")
(commit commit)))
+ (file-name (git-file-name name version))
(sha256
(base32
"0k39y3c93jgxpr7gwz7w0d8yknn1fdnxrjhd03057lvk5w8js27a"))))