me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/ocaml.scm (coq)[native-inputs]: Remove unused texlive and
  hevea.
master
Pierre Neidhardt 2018-12-14 10:54:16 +01:00
parent 13d37d8403
commit 8a2cfc7bea
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 0 additions and 3 deletions

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)