gnu: sbcl-cl-base64: Declare a source file-name.

* gnu/packages/lisp-xyz.scm (sbcl-cl-base64)[source]: Add file-name
field.
This commit is contained in:
Efraim Flashner 2020-10-06 13:46:35 +03:00
parent 186b8dff2a
commit 49ae5f79ac
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3702,6 +3702,7 @@ (define-public sbcl-cl-base64
(uri (git-reference
(url "http://git.kpe.io/cl-base64.git/")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "12jj54h0fs6n237cvnp8v6hn0imfksammq22ys6pi0gwz2w47rbj"))))
(build-system asdf-build-system/sbcl)