proofgeneral: use the new texlive
Supplied the needed fonts so it builds.
This commit is contained in:
parent
c1bcf671dd
commit
ba2b706da9
@ -11109,15 +11109,11 @@ let
|
|||||||
|
|
||||||
proofgeneral_4_2 = callPackage ../applications/editors/emacs-modes/proofgeneral/4.2.nix {
|
proofgeneral_4_2 = callPackage ../applications/editors/emacs-modes/proofgeneral/4.2.nix {
|
||||||
texinfo = texinfo4 ;
|
texinfo = texinfo4 ;
|
||||||
texLive = pkgs.texLiveAggregationFun {
|
texLive = texlive.combine { inherit (texlive) scheme-basic cm-super ec; };
|
||||||
paths = [ pkgs.texLive pkgs.texLiveCMSuper ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
proofgeneral_4_3_pre = callPackage ../applications/editors/emacs-modes/proofgeneral/4.3pre.nix {
|
proofgeneral_4_3_pre = callPackage ../applications/editors/emacs-modes/proofgeneral/4.3pre.nix {
|
||||||
texinfo = texinfo4 ;
|
texinfo = texinfo4 ;
|
||||||
texLive = pkgs.texLiveAggregationFun {
|
texLive = texlive.combine { inherit (texlive) scheme-basic cm-super ec; };
|
||||||
paths = [ pkgs.texLive pkgs.texLiveCMSuper ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
proofgeneral = self.proofgeneral_4_2;
|
proofgeneral = self.proofgeneral_4_2;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user