gnu: ocaml-core: Name checkout.
* gnu/packages/ocaml.scm (ocaml-core)[source]: Add FILE-NAME.
This commit is contained in:
parent
5924f621bb
commit
fbd08d42a6
|
@ -4882,6 +4882,7 @@ thousands of times faster than fork.
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/janestreet/core.git")
|
(url "https://github.com/janestreet/core.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pzl8n09z4f3i7z2wq4cjxfqrr8mj6xcdp7rbg0nxap2zdhjgvrq"))))
|
"0pzl8n09z4f3i7z2wq4cjxfqrr8mj6xcdp7rbg0nxap2zdhjgvrq"))))
|
||||||
|
|
Loading…
Reference in New Issue