gnu: sbcl-lack: Provide a file-name.
* gnu/packages/lisp.scm (sbcl-lack)[source]: Use git-file-name.master
parent
3b1e29ae34
commit
c2db64caa4
|
@ -5234,6 +5234,7 @@ performance and simplicity in mind.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/fukamachi/lack.git")
|
(url "https://github.com/fukamachi/lack.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
|
(file-name (git-file-name "lack" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1avh4ygcj9xcx4m17nj0wnxxaisk26w4ljs2bibzxaln24x7pi85"))))
|
(base32 "1avh4ygcj9xcx4m17nj0wnxxaisk26w4ljs2bibzxaln24x7pi85"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
|
|
Reference in New Issue