From 8a2cfc7bea37fd5cc5d384ac16d7cd3bd5603ab9 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 14 Dec 2018 10:54:16 +0100 Subject: gnu: coq: Remove unused texlive and hevea from native-inputs. * gnu/packages/ocaml.scm (coq)[native-inputs]: Remove unused texlive and hevea. --- gnu/packages/ocaml.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 11389440dc..caf2c533de 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -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) -- cgit v1.2.3