Commit 969e0857 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

bacon: move to pkgs/by-name

parent 4fa56ac6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; {
+0 −4
Original line number Diff line number Diff line
@@ -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 { };