mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-12 23:52:23 +00:00
Merge pull request #316941 from b-rodrigues/fix_grafgen
rPackages.GrafGen: fixed build
This commit is contained in:
commit
33ff84b43b
@ -659,6 +659,7 @@ let
|
||||
Rsymphony = with pkgs; [ symphony doxygen graphviz subversion cgl clp];
|
||||
tcltk2 = with pkgs; [ tcl tk ];
|
||||
rswipl = with pkgs; [ ncurses.dev libxcrypt zlib.dev ];
|
||||
GrafGen = [ pkgs.zlib ];
|
||||
tikzDevice = with pkgs; [ which texliveMedium ];
|
||||
gridGraphics = [ pkgs.which ];
|
||||
adimpro = with pkgs; [ which xorg.xdpyinfo ];
|
||||
|
Loading…
Reference in New Issue
Block a user