1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-16 07:10:31 +02:00

gnu: coq: Remove unused texlive and hevea from native-inputs.

* gnu/packages/ocaml.scm (coq)[native-inputs]: Remove unused texlive and
  hevea.
This commit is contained in:
Pierre Neidhardt
2018-12-14 10:54:16 +01:00
parent 13d37d8403
commit 8a2cfc7bea

View File

@@ -642,9 +642,6 @@ the OCaml core distribution.")
(variable "COQPATH")
(files (list "lib/coq/user-contrib")))))
(build-system ocaml-build-system)
(native-inputs
`(("texlive" ,texlive)
("hevea" ,hevea)))
(inputs
`(("lablgtk" ,lablgtk)
("python" ,python-2)