rPackages.GrafGen: fixed build

This commit is contained in:
Bruno Rodrigues 2024-06-03 17:24:03 +02:00 committed by Justin Bedo
parent bb97c4b540
commit 9dc3b2622f
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

View File

@ -658,6 +658,7 @@ let
Rsymphony = with pkgs; [ symphony doxygen graphviz subversion cgl clp]; Rsymphony = with pkgs; [ symphony doxygen graphviz subversion cgl clp];
tcltk2 = with pkgs; [ tcl tk ]; tcltk2 = with pkgs; [ tcl tk ];
rswipl = with pkgs; [ ncurses.dev libxcrypt zlib.dev ]; rswipl = with pkgs; [ ncurses.dev libxcrypt zlib.dev ];
GrafGen = [ pkgs.zlib ];
tikzDevice = with pkgs; [ which texliveMedium ]; tikzDevice = with pkgs; [ which texliveMedium ];
gridGraphics = [ pkgs.which ]; gridGraphics = [ pkgs.which ];
adimpro = with pkgs; [ which xorg.xdpyinfo ]; adimpro = with pkgs; [ which xorg.xdpyinfo ];