paperwork: replace texlive.combine with texliveSmall.withPackages

This commit is contained in:
Vincenzo Mantova 2023-11-04 20:02:33 +00:00
parent 2fa4ebdbc1
commit 2e4e6991ac

View File

@ -13,7 +13,7 @@
, gettext
, gobject-introspection
, gdk-pixbuf
, texlive
, texliveSmall
, imagemagick
, perlPackages
, writeScript
@ -21,9 +21,7 @@
let
documentation_deps = [
(texlive.combine {
inherit (texlive) scheme-small wrapfig gensymb;
})
(texliveSmall.withPackages (ps: with ps; [ wrapfig gensymb ]))
xvfb-run
imagemagick
perlPackages.Po4a