2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-05-12 23:52:23 +00:00

Merge pull request from b-rodrigues/fix_grafgen

rPackages.GrafGen: fixed build
This commit is contained in:
Justin Bedő 2024-06-09 10:38:11 +10:00 committed by GitHub
commit 33ff84b43b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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