mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Move grin definition to tools/text and call it from all-packages.nix
This commit is contained in:
parent
ab6a03e706
commit
f4965177b5
@ -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
|
||||
};
|
||||
|
@ -13045,8 +13045,6 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
grin = callPackage ../development/python-modules/grin { };
|
||||
|
||||
gsutil = buildPythonPackage rec {
|
||||
name = "gsutil-4.6";
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user