pidginPackages: replace texlive.combined.scheme-basic with texliveBasic
This commit is contained in:
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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user