Unverified Commit 47ad8bbe authored by Randy Eckenrode's avatar Randy Eckenrode
Browse files

cargo-i18n: update for new Darwin pattern

parent 45d55abd
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
{ lib
, rustPlatform
, fetchFromGitHub
, stdenv
, darwin
}:

rustPlatform.buildRustPackage rec {
@@ -18,10 +16,6 @@ rustPlatform.buildRustPackage rec {

  cargoHash = "sha256-vN62QmCuhu7AjL6xSpBU6/ul4WgNLZbjWDCFyHj6rIM=";

  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
    darwin.apple_sdk.frameworks.Foundation
  ];

  cargoTestFlags = [ "--lib" ];

  meta = with lib; {