mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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:
parent
c2db64caa4
commit
b61fcdcae6
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue