about summary refs log tree commit diff
path: root/pkgs/applications/office/paperwork
diff options
context:
space:
mode:
authorVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-11-04 20:02:33 +0000
committerVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-11-05 13:43:29 +0000
commit2e4e6991ace81f35fee9b309c7aa8db90c3a7db9 (patch)
tree9efb3aea42d11be389e0e6d2d9f9c176b36554cd /pkgs/applications/office/paperwork
parent2fa4ebdbc1cc5b792b8fa08b690cb81247fef14e (diff)
paperwork: replace texlive.combine with texliveSmall.withPackages
Diffstat (limited to 'pkgs/applications/office/paperwork')
-rw-r--r--pkgs/applications/office/paperwork/paperwork-gtk.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/applications/office/paperwork/paperwork-gtk.nix b/pkgs/applications/office/paperwork/paperwork-gtk.nix
index a43546ee8e0d8..9950075d6b273 100644
--- a/pkgs/applications/office/paperwork/paperwork-gtk.nix
+++ b/pkgs/applications/office/paperwork/paperwork-gtk.nix
@@ -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