mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
rPackages: replace texlive.combined.scheme-medium with texliveMedium
This commit is contained in:
parent
309903802a
commit
2a0440c2a4
@ -546,7 +546,7 @@ let
|
||||
AMOUNTAIN = [ pkgs.gsl ];
|
||||
Rsymphony = with pkgs; [ pkg-config doxygen graphviz subversion ];
|
||||
tcltk2 = with pkgs; [ tcl tk ];
|
||||
tikzDevice = with pkgs; [ which texlive.combined.scheme-medium ];
|
||||
tikzDevice = with pkgs; [ which texliveMedium ];
|
||||
gridGraphics = [ pkgs.which ];
|
||||
adimpro = with pkgs; [ which xorg.xdpyinfo ];
|
||||
rsvg = [ pkgs.librsvg.dev ];
|
||||
|
Loading…
Reference in New Issue
Block a user