3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: sbcl-lack-component: Provide a file-name.

* gnu/packages/lisp.scm (sbcl-lack-component)[source]: Use
git-file-name.
This commit is contained in:
Efraim Flashner 2019-11-28 15:31:25 +02:00
parent 5af7378a8e
commit 3b1e29ae34
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5039,6 +5039,7 @@ performance and simplicity in mind.")
(uri (git-reference
(url "https://github.com/fukamachi/lack.git")
(commit commit)))
(file-name (git-file-name "lack-component" version))
(sha256
(base32 "1avh4ygcj9xcx4m17nj0wnxxaisk26w4ljs2bibzxaln24x7pi85"))))
(build-system asdf-build-system/sbcl)