guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: po4a: Use texlive-minimal instead of texlive-bin.


From: Andreas Enge
Subject: 03/04: gnu: po4a: Use texlive-minimal instead of texlive-bin.
Date: Wed, 09 Mar 2016 21:37:07 +0000

andreas pushed a commit to branch master
in repository guix.

commit fde60603474cc7665b226436ecf7f75edf6219a5
Author: Andreas Enge <address@hidden>
Date:   Wed Mar 9 20:21:30 2016 +0100

    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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index 7cd1ab7..50d480a 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/";)



reply via email to

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