Skip to content

Commit

Permalink
apkeep: fix aarch64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
jyooru committed Nov 15, 2021
1 parent 9c542ec commit 5ee42fa
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 5ee42fa

Please sign in to comment.