diff options
author | Andreas Enge <andreas@enge.fr> | 2016-03-09 20:21:30 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-03-09 22:36:45 +0100 |
commit | fde60603474cc7665b226436ecf7f75edf6219a5 (patch) | |
tree | 2ab45bb52a197c5ab62a2a83647526e3c2335ba0 /gnu/packages/gettext.scm | |
parent | aad375c9bcb1b0b79141c2cf42a6dbc55f7a9e4f (diff) | |
download | guix-fde60603474cc7665b226436ecf7f75edf6219a5.tar guix-fde60603474cc7665b226436ecf7f75edf6219a5.tar.gz |
gnu: po4a: Use texlive-minimal instead of texlive-bin.
* gnu/packages/gettext.scm (po4a)[inputs]: Replace texlive-bin by
texlive-minimal.
Diffstat (limited to 'gnu/packages/gettext.scm')
-rw-r--r-- | gnu/packages/gettext.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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/") |