mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -4240,13 +4240,13 @@ (define-public ocaml-ppx-enumerate
|
|||
(uri (git-reference
|
||||
(url "https://github.com/janestreet/ppx_enumerate.git")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0spx9k1v7vjjb6sigbfs69yndgq76v114jhxvzjmffw7q989cyhr"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
;; No tests
|
||||
`(#:tests? #f))
|
||||
`(#:tests? #f)) ; no test suite
|
||||
(propagated-inputs
|
||||
`(("ocaml-base" ,ocaml-base)
|
||||
("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)
|
||||
|
|
Loading…
Reference in a new issue