pidginPackages: replace texlive.combined.scheme-basic with texliveBasic

This commit is contained in:
Vincenzo Mantova 2023-11-04 20:02:26 +00:00
parent fb56552789
commit 8d9f66a2ee

View File

@ -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 { };