Merge pull request #148894 from Mic92/rav1e

rav1e: switch to checkType debug

authored by Jörg Thalheim and committed by GitHub 86f81104 5df292dc

+2
+2
pkgs/tools/video/rav1e/default.nix
··· 16 16 nativeBuildInputs = [ nasm cargo-c ]; 17 17 buildInputs = lib.optionals stdenv.isDarwin [ libiconv ]; 18 18 19 + checkType = "debug"; 20 + 19 21 postBuild = '' 20 22 cargo cbuild --release --frozen --prefix=${placeholder "out"} --target ${rustTargetPlatformSpec} 21 23 '';