guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacsy: Remove big 'texlive' dependency.


From: guix-commits
Subject: 02/02: gnu: emacsy: Remove big 'texlive' dependency.
Date: Fri, 5 Jul 2019 12:14:24 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1aa026aa397e12305cad0ed4fd50c2257e760c4a
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jul 5 14:48:18 2019 +0200

    gnu: emacsy: Remove big 'texlive' dependency.
    
    * gnu/packages/guile-xyz.scm (emacsy)[inputs]: Replace TEXLIVE by a
    'texlive-union' call.
---
 gnu/packages/guile-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index f652a94..d479fb6 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2348,7 +2348,7 @@ more expressive and flexible than the traditional 
@code{format} procedure.")
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)
        ("texinfo" ,texinfo)
-       ("texlive" ,texlive)))
+       ("texlive" ,(texlive-union (list texlive-generic-epsf)))))
     (propagated-inputs
      `(("dbus-glib" ,dbus-glib)
        ("guile" ,guile-2.2)



reply via email to

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