3
0
Fork 0
forked from mirrors/nixpkgs

graphviz_2_32: restore libgraph, the reason to keep this version

This commit is contained in:
Michael Raskin 2018-03-14 11:44:29 +01:00
parent d1c6f5a6b4
commit 352c567d1c

View file

@ -2617,9 +2617,9 @@ with pkgs;
* that do want 2.32 but not 2.0 or 2.36. Please give a day's notice for
* objections before removal. The feature is libgraph.
*/
graphviz_2_32 = callPackage ../tools/graphics/graphviz/2.32.nix {
graphviz_2_32 = lib.overrideDerivation (callPackage ../tools/graphics/graphviz/2.32.nix {
inherit (darwin.apple_sdk.frameworks) ApplicationServices;
};
}) (x: { configureFlags = x.configureFlags ++ ["--with-cgraph=no"];});
grin = callPackage ../tools/text/grin { };
ripgrep = callPackage ../tools/text/ripgrep { };