gnu: ocaml-ppx-enumerate: Name checkout.
* gnu/packages/ocaml.scm (ocaml-ppx-enumerate)[source]: Add FILE-NAME.
This commit is contained in:
parent
fbd08d42a6
commit
4a6de00217
|
@ -4240,13 +4240,13 @@ hash functions from type exrpessions and definitions.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/janestreet/ppx_enumerate.git")
|
(url "https://github.com/janestreet/ppx_enumerate.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0spx9k1v7vjjb6sigbfs69yndgq76v114jhxvzjmffw7q989cyhr"))))
|
"0spx9k1v7vjjb6sigbfs69yndgq76v114jhxvzjmffw7q989cyhr"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; No tests
|
`(#:tests? #f)) ; no test suite
|
||||||
`(#:tests? #f))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ocaml-base" ,ocaml-base)
|
`(("ocaml-base" ,ocaml-base)
|
||||||
("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)
|
("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)
|
||||||
|
|
Loading…
Reference in New Issue