summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-11-04 20:02:26 +0000
committerVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-11-05 11:54:55 +0000
commit8d9f66a2eec2725067131c8fa6ed6fd0622b200c (patch)
tree0105ad8a0c2ed783b710a64d73c9179f5f92d9fe
parentfb565527899452f6dfb81a7936f408d24a43feb2 (diff)
downloadnixpkgs-8d9f66a2eec2725067131c8fa6ed6fd0622b200c.tar
nixpkgs-8d9f66a2eec2725067131c8fa6ed6fd0622b200c.tar.gz
nixpkgs-8d9f66a2eec2725067131c8fa6ed6fd0622b200c.tar.bz2
nixpkgs-8d9f66a2eec2725067131c8fa6ed6fd0622b200c.tar.lz
nixpkgs-8d9f66a2eec2725067131c8fa6ed6fd0622b200c.tar.xz
nixpkgs-8d9f66a2eec2725067131c8fa6ed6fd0622b200c.tar.zst
nixpkgs-8d9f66a2eec2725067131c8fa6ed6fd0622b200c.zip
pidginPackages: replace texlive.combined.scheme-basic with texliveBasic
-rw-r--r--pkgs/applications/networking/instant-messengers/pidgin/pidgin-plugins/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/pidgin/pidgin-plugins/default.nix b/pkgs/applications/networking/instant-messengers/pidgin/pidgin-plugins/default.nix
index b666df30964..4d4fa9521fc 100644
--- a/pkgs/applications/networking/instant-messengers/pidgin/pidgin-plugins/default.nix
+++ b/pkgs/applications/networking/instant-messengers/pidgin/pidgin-plugins/default.nix
@@ -1,7 +1,7 @@
 { lib
 , newScope
 , pidgin
-, texlive
+, texliveBasic
 , config
 }:
 
@@ -19,7 +19,7 @@ lib.makeScope newScope (self:
     pidgin-indicator = callPackage ./pidgin-indicator { };
 
     pidgin-latex = callPackage ./pidgin-latex {
-      texLive = texlive.combined.scheme-basic;
+      texLive = texliveBasic;
     };
 
     pidgin-msn-pecan = callPackage ./msn-pecan { };