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

This commit is contained in:
Vincenzo Mantova
2023-11-05 11:54:55 +00:00
parent fb56552789
commit 8d9f66a2ee
@@ -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 { };