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

* gnu/packages/lisp.scm (sbcl-lack-util)[source]: Use git-file-name.
This commit is contained in:
Efraim Flashner 2019-11-28 15:33:00 +02:00
parent c2db64caa4
commit b61fcdcae6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5075,6 +5075,7 @@ (define-public sbcl-lack-util
(uri (git-reference
(url "https://github.com/fukamachi/lack.git")
(commit commit)))
(file-name (git-file-name "lack-util" version))
(sha256
(base32 "1avh4ygcj9xcx4m17nj0wnxxaisk26w4ljs2bibzxaln24x7pi85"))))
(build-system asdf-build-system/sbcl)