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