diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-07-10 07:15:58 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-07-18 10:00:51 +0200 |
commit | 84de27c83b64bdf7605deb059b704b0016ad9415 (patch) | |
tree | 85a639028b3f04c49cc84060492fccc56a61293d /gnu/packages/photo.scm | |
parent | 9840b8faafad6aee496e0cc8abe948bde2612020 (diff) | |
download | guix-84de27c83b64bdf7605deb059b704b0016ad9415.tar guix-84de27c83b64bdf7605deb059b704b0016ad9415.tar.gz |
gnu: enblend-enfuse: Use texlive-tiny.
* gnu/packages/photo.scm (enblend-enfuse)[native-inputs]: Replace
texlive-minimal with texlive-tiny.
Diffstat (limited to 'gnu/packages/photo.scm')
-rw-r--r-- | gnu/packages/photo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 1811e8ad3e..7cfbe2ffbe 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -255,7 +255,7 @@ overlapping images, as well as some command line tools.") ("help2man" ,help2man) ("imagemagick" ,imagemagick) ("libxml2" ,libxml2) - ("texlive-minimal" ,texlive-minimal) + ("texlive-minimal" ,texlive-tiny) ("tidy" ,tidy) ("transfig" ,transfig))) (inputs |