bacon: move to pkgs/by-name

This commit is contained in:
Gaetan Lepage
2024-10-09 13:11:48 +02:00
parent 4fa56ac6d8
commit 969e085756
2 changed files with 2 additions and 6 deletions
@@ -2,7 +2,7 @@
, stdenv
, rustPlatform
, fetchFromGitHub
, CoreServices
, darwin
}:
rustPlatform.buildRustPackage rec {
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-YaVnfwf0jyZTe6B35z9Zm9247kGU/G6nu23sHg9lnAk=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
CoreServices
darwin.apple_sdk.frameworks.CoreServices
];
meta = with lib; {
-4
View File
@@ -6081,10 +6081,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) CoreFoundation IOKit Kerberos;
};
bacon = callPackage ../development/tools/bacon {
inherit (darwin.apple_sdk.frameworks) CoreServices;
};
bats = callPackage ../development/interpreters/bats { };
bbe = callPackage ../tools/misc/bbe { };