diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-03-13 20:10:08 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-03-13 20:17:11 +0200 |
commit | 03e8182b8ea0e5be756416198a3ef49f45b6116c (patch) | |
tree | 7f1048a9492ff5363198b501029089b3c2ce2a99 /gnu/packages/lisp.scm | |
parent | 8cf57bc1c6a938fd62deb0e4bf9ef5e460c24669 (diff) | |
download | patches-03e8182b8ea0e5be756416198a3ef49f45b6116c.tar patches-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.
Diffstat (limited to 'gnu/packages/lisp.scm')
-rw-r--r-- | gnu/packages/lisp.scm | 1 |
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")))) |