summaryrefslogtreecommitdiff
path: root/gnu/packages/gettext.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-06-29 22:27:55 +0200
committerRicardo Wurmus <rekado@elephly.net>2017-06-30 13:57:41 +0200
commit84889519bbc02ac0ff842832f4671cd05553a502 (patch)
treece4dfc9f647e2484db6025002983a90788ed50df /gnu/packages/gettext.scm
parent87941d1df473511f0f75737e81a51a106132c9de (diff)
downloadguix-patches-84889519bbc02ac0ff842832f4671cd05553a502.tar
guix-patches-84889519bbc02ac0ff842832f4671cd05553a502.tar.gz
gnu: po4a: Use texlive-tiny.
* gnu/packages/gettext.scm (po4a)[native-inputs]: Replace texlive-minimal with texlive-tiny.
Diffstat (limited to 'gnu/packages/gettext.scm')
-rw-r--r--gnu/packages/gettext.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index f583d1c2c2..0484b8089e 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2015, 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Alex Kost <alezost@gmail.com>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
@@ -174,7 +174,7 @@ translated messages from the catalogs. Nearly all GNU packages use Gettext.")
("perl-module-build" ,perl-module-build)
("docbook-xsl" ,docbook-xsl)
("docbook-xml" ,docbook-xml) ;for tests
- ("texlive" ,texlive-minimal) ;for tests
+ ("texlive" ,texlive-tiny) ;for tests
("libxml2" ,libxml2)
("xsltproc" ,libxslt)))
(home-page "http://po4a.alioth.debian.org/")