aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-07-05 14:48:18 +0200
committerLudovic Courtès <ludo@gnu.org>2019-07-05 18:10:29 +0200
commit1aa026aa397e12305cad0ed4fd50c2257e760c4a (patch)
tree945f4415898264de98153794862c8417de7f09a1
parenteafd039005815fee5f7ddcbb527c6a95cf2afe5a (diff)
downloadguix-1aa026aa397e12305cad0ed4fd50c2257e760c4a.tar
guix-1aa026aa397e12305cad0ed4fd50c2257e760c4a.tar.gz
gnu: emacsy: Remove big 'texlive' dependency.
* gnu/packages/guile-xyz.scm (emacsy)[inputs]: Replace TEXLIVE by a 'texlive-union' call.
-rw-r--r--gnu/packages/guile-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index f652a94d2e..d479fb6ea9 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)