gnu: sbcl-cl-uglify-js: Declare a source file-name.

* gnu/packages/lisp.scm (sbcl-cl-uglify-js)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner 2018-03-13 20:10:08 +02:00
parent 8cf57bc1c6
commit 03e8182b8e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -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"))))