gnu: ocaml-ppx-enumerate: Name checkout.

* gnu/packages/ocaml.scm (ocaml-ppx-enumerate)[source]: Add FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-30 17:44:53 +02:00
parent fbd08d42a6
commit 4a6de00217
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)