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:
parent
13d37d8403
commit
8a2cfc7bea
|
@ -642,9 +642,6 @@ the OCaml core distribution.")
|
||||||
(variable "COQPATH")
|
(variable "COQPATH")
|
||||||
(files (list "lib/coq/user-contrib")))))
|
(files (list "lib/coq/user-contrib")))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(native-inputs
|
|
||||||
`(("texlive" ,texlive)
|
|
||||||
("hevea" ,hevea)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("lablgtk" ,lablgtk)
|
`(("lablgtk" ,lablgtk)
|
||||||
("python" ,python-2)
|
("python" ,python-2)
|
||||||
|
|
Loading…
Reference in New Issue