graphviz_2_32: restore libgraph, the reason to keep this version
This commit is contained in:
parent
d1c6f5a6b4
commit
352c567d1c
@ -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
|
* 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.
|
* 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;
|
inherit (darwin.apple_sdk.frameworks) ApplicationServices;
|
||||||
};
|
}) (x: { configureFlags = x.configureFlags ++ ["--with-cgraph=no"];});
|
||||||
|
|
||||||
grin = callPackage ../tools/text/grin { };
|
grin = callPackage ../tools/text/grin { };
|
||||||
ripgrep = callPackage ../tools/text/ripgrep { };
|
ripgrep = callPackage ../tools/text/ripgrep { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user