Skip to content

Commit

Permalink
Merge pull request #146081 from jyooru/fix/apkeep
Browse files Browse the repository at this point in the history
apkeep: fix aarch64 build
  • Loading branch information
domenkozar authored Nov 15, 2021
2 parents 147de63 + 5ee42fa commit 2285978
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/tools/misc/apkeep/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ rustPlatform.buildRustPackage rec {

cargoSha256 = "sha256-YFs2AOMGp0WNrceK14AnigZdJl+UsQdUchpxaI7HSXw=";

prePatch = ''
rm .cargo/config.toml
'';

nativeBuildInputs = [ pkg-config ];

buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security ];
Expand Down

0 comments on commit 2285978

Please sign in to comment.