rPackages: replace texlive.combined.scheme-medium with texliveMedium

This commit is contained in:
Vincenzo Mantova 2023-11-04 20:02:28 +00:00
parent 309903802a
commit 2a0440c2a4

View File

@ -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 ];