localized: Migrate ruby binaries from system tools

Remove redundant definitions.
This commit is contained in:
Guy Chronister 2025-03-25 15:05:43 -05:00
parent a6f14a6036
commit 6886eb5d63
13 changed files with 0 additions and 6 deletions

View File

@ -2058,8 +2058,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Foundation AddressBook;
};
colorls = callPackage ../tools/system/colorls { };
coloursum = callPackage ../tools/text/coloursum {
inherit (darwin.apple_sdk.frameworks) Security;
};
@ -3509,8 +3507,6 @@ with pkgs;
buildGoModule = buildGo123Module;
};
hiera-eyaml = callPackage ../tools/system/hiera-eyaml { };
hobbits = libsForQt5.callPackage ../tools/graphics/hobbits { };
highlight = callPackage ../tools/text/highlight {
@ -7919,8 +7915,6 @@ with pkgs;
premake = premake4;
procodile = callPackage ../tools/system/procodile { };
pry = callPackage ../development/tools/pry { };
pycritty = with python3Packages; toPythonApplication pycritty;