From fde60603474cc7665b226436ecf7f75edf6219a5 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 9 Mar 2016 20:21:30 +0100 Subject: [PATCH] gnu: po4a: Use texlive-minimal instead of texlive-bin. * gnu/packages/gettext.scm (po4a)[inputs]: Replace texlive-bin by texlive-minimal. --- gnu/packages/gettext.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm index 7cd1ab73e7..50d480a4ad 100644 --- a/gnu/packages/gettext.scm +++ b/gnu/packages/gettext.scm @@ -144,7 +144,7 @@ catalogs. Nearly all GNU packages use Gettext.") ("perl-module-build" ,perl-module-build) ("docbook-xsl" ,docbook-xsl) ("docbook-xml" ,docbook-xml) ;for tests - ("texlive-bin" ,texlive-bin) ;for tests + ("texlive" ,texlive-minimal) ;for tests ("libxml2" ,libxml2) ("xsltproc" ,libxslt))) (home-page "http://po4a.alioth.debian.org/")