me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-bitstring: Remove unneeded dependencies.

* gnu/packages/ocaml.scm (ocaml-bitstring): Remove unneeded dependencies
[native-inputs]: Remove camlp4 and bisect.
[propagated-inputs]: Remove camlp4.
master
Julien Lepiller 2019-11-27 20:48:10 +01:00
parent a36074a829
commit 24b199fd18
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 3 additions and 6 deletions

View File

@ -1408,14 +1408,11 @@ ocaml-migrate-parsetree")
"15jjk2pq1vx311gl49s5ag6x5y0654x35w75z07g7kr2q334hqps"))))
(build-system dune-build-system)
(native-inputs
`(("camlp4" ,camlp4)
("time" ,time)
`(("time" ,time)
("autoconf" ,autoconf)
("automake" ,automake)
("bisect" ,ocaml-bisect)))
("automake" ,automake)))
(propagated-inputs
`(("camlp4" ,camlp4)
("ocaml-ppx-tools-versioned" ,ocaml-ppx-tools-versioned)))
`(("ocaml-ppx-tools-versioned" ,ocaml-ppx-tools-versioned)))
(arguments
`(#:tests? #f; Tests fail to build
#:jbuild? #t))