Skip to content

Commit

Permalink
graphviz_2_32: restore libgraph, the reason to keep this version
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Mar 14, 2018
1 parent d1c6f5a commit 352c567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down

0 comments on commit 352c567

Please sign in to comment.