1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

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