gnu: sbcl-cl+ssl: Name checkout.
* gnu/packages/lisp.scm (sbcl-cl+ssl)[source]: Add FILE-NAME.
This commit is contained in:
parent
e76a972bde
commit
e976e199c4
|
@ -3944,6 +3944,7 @@ RFC 1321 by R. Rivest, published April 1992.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/cl-plus-ssl/cl-plus-ssl.git")
|
(url "https://github.com/cl-plus-ssl/cl-plus-ssl.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
|
(file-name (git-file-name "cl+ssl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1845i1pafmqb6cdlr53yaqy67kjrhkvbx6c37ca15cw70vhdr3z9"))))
|
(base32 "1845i1pafmqb6cdlr53yaqy67kjrhkvbx6c37ca15cw70vhdr3z9"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
|
|
Loading…
Reference in New Issue