localized: Migrate ruby binaries from system tools (#393191)

This commit is contained in:
Pol Dellaiera
2025-03-31 16:44:29 +02:00
committed by GitHub
13 changed files with 0 additions and 6 deletions

View File

@@ -2054,8 +2054,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;
};
@@ -3500,8 +3498,6 @@ with pkgs;
buildGoModule = buildGo123Module;
};
hiera-eyaml = callPackage ../tools/system/hiera-eyaml { };
hobbits = libsForQt5.callPackage ../tools/graphics/hobbits { };
highlight = callPackage ../tools/text/highlight {
@@ -7900,8 +7896,6 @@ with pkgs;
premake = premake4;
procodile = callPackage ../tools/system/procodile { };
pry = callPackage ../development/tools/pry { };
pycritty = with python3Packages; toPythonApplication pycritty;