guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: po4a: Use texlive-tiny.


From: Ricardo Wurmus
Subject: 01/05: gnu: po4a: Use texlive-tiny.
Date: Fri, 30 Jun 2017 07:57:49 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 84889519bbc02ac0ff842832f4671cd05553a502
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jun 29 22:27:55 2017 +0200

    gnu: po4a: Use texlive-tiny.
    
    * gnu/packages/gettext.scm (po4a)[native-inputs]: Replace texlive-minimal 
with
    texlive-tiny.
---
 gnu/packages/gettext.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index f583d1c..0484b80 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 <address@hidden>
 ;;; Copyright © 2014 Mark H Weaver <address@hidden>
-;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2015, 2017 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Alex Kost <address@hidden>
 ;;; Copyright © 2017 Marius Bakke <address@hidden>
@@ -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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]