1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 13:31:16 +02: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:
Efraim Flashner
2019-11-28 15:35:04 +02:00
parent cfbd9b42a1
commit d49eb36ef2

View File

@@ -5197,6 +5197,7 @@ mime-type of a file.")
(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)