jumpy: make auditable

This commit is contained in:
figsoda 2022-12-05 18:44:07 -05:00
parent 6f52f4b677
commit e4186ccd21

View file

@ -24,6 +24,8 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-AXaGuRqSFiq+Uiy+UaqPdPVyDhCogC64KZZ0Ah1Yo7A=";
auditable = true; # TODO: remove when this is the default
nativeBuildInputs = lib.optionals stdenv.isLinux [
pkg-config
];