mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
a36074a829
commit
24b199fd18
1 changed files with 3 additions and 6 deletions
|
@ -1408,14 +1408,11 @@ ocaml-migrate-parsetree")
|
||||||
"15jjk2pq1vx311gl49s5ag6x5y0654x35w75z07g7kr2q334hqps"))))
|
"15jjk2pq1vx311gl49s5ag6x5y0654x35w75z07g7kr2q334hqps"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("camlp4" ,camlp4)
|
`(("time" ,time)
|
||||||
("time" ,time)
|
|
||||||
("autoconf" ,autoconf)
|
("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)))
|
||||||
("bisect" ,ocaml-bisect)))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("camlp4" ,camlp4)
|
`(("ocaml-ppx-tools-versioned" ,ocaml-ppx-tools-versioned)))
|
||||||
("ocaml-ppx-tools-versioned" ,ocaml-ppx-tools-versioned)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f; Tests fail to build
|
`(#:tests? #f; Tests fail to build
|
||||||
#:jbuild? #t))
|
#:jbuild? #t))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue