gnu: emacsy: Remove big 'texlive' dependency.
authorLudovic Courtès <ludo@gnu.org>
Fri, 5 Jul 2019 12:48:18 +0000 (14:48 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 5 Jul 2019 16:10:29 +0000 (18:10 +0200)
* gnu/packages/guile-xyz.scm (emacsy)[inputs]: Replace TEXLIVE by a
'texlive-union' call.

gnu/packages/guile-xyz.scm

index f652a94..d479fb6 100644 (file)
@@ -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)