mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
rav1e: switch to checkType debug
see https://github.com/xiph/rav1e/issues/2851
This commit is contained in:
parent
89378919a6
commit
ddaafeeebc
@ -16,6 +16,8 @@ in rustPlatform.buildRustPackage rec {
|
||||
nativeBuildInputs = [ nasm cargo-c ];
|
||||
buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];
|
||||
|
||||
checkType = "debug";
|
||||
|
||||
postBuild = ''
|
||||
cargo cbuild --release --frozen --prefix=${placeholder "out"} --target ${rustTargetPlatformSpec}
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user