mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: sbcl-lack-request: Provide a file-name.
* gnu/packages/lisp.scm (sbcl-lack-request)[source]: Use git-file-name.
This commit is contained in:
parent
b61fcdcae6
commit
cfbd9b42a1
1 changed files with 1 additions and 0 deletions
|
@ -4923,6 +4923,7 @@ (define-public sbcl-lack-request
|
|||
(uri (git-reference
|
||||
(url "https://github.com/fukamachi/lack.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name "lack-request" version))
|
||||
(sha256
|
||||
(base32 "1avh4ygcj9xcx4m17nj0wnxxaisk26w4ljs2bibzxaln24x7pi85"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
|
|
Loading…
Reference in a new issue