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 b666df309642..4d4fa9521fc4 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 { };