gnu: sbcl-rfc2388: Name checkout.
* gnu/packages/lisp.scm (sbcl-rfc2388)[source]: Add FILE-NAME.
This commit is contained in:
parent
7026f6b27e
commit
0abf2d91cf
|
@ -3896,6 +3896,7 @@ backtrace portably.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/jdz/rfc2388.git")
|
(url "https://github.com/jdz/rfc2388.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
|
(file-name (git-file-name "rfc2388" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0phh5n3clhl9ji8jaxrajidn22d3f0aq87mlbfkkxlnx2pnw694k"))))
|
(base32 "0phh5n3clhl9ji8jaxrajidn22d3f0aq87mlbfkkxlnx2pnw694k"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
|
|
Loading…
Reference in New Issue