gnu: sbcl-lack-util: Provide a file-name.
* gnu/packages/lisp.scm (sbcl-lack-util)[source]: Use git-file-name.master
parent
c2db64caa4
commit
b61fcdcae6
|
@ -5075,6 +5075,7 @@ performance and simplicity in mind.")
|
|||
(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)
|
||||
|
|
Reference in New Issue