Move grin definition to tools/text and call it from all-packages.nix

This commit is contained in:
Simon Jagoe 2015-03-08 20:10:40 +00:00
parent ab6a03e706
commit f4965177b5
3 changed files with 2 additions and 2 deletions

View File

@ -1412,6 +1412,8 @@ let
*/
graphviz_2_32 = callPackage ../tools/graphics/graphviz/2.32.nix { };
grin = callPackage ../tools/text/grin { };
grive = callPackage ../tools/filesystems/grive {
json_c = json-c-0-11; # won't configure with 0.12; others are vulnerable
};

View File

@ -13045,8 +13045,6 @@ let
};
};
grin = callPackage ../development/python-modules/grin { };
gsutil = buildPythonPackage rec {
name = "gsutil-4.6";
meta = {