Merge pull request #231364 from trofi/dav1d-dev-output

dav1d: split headers to "dev" output
This commit is contained in:
Sergei Trofimovich
2023-05-17 07:32:38 +01:00
committed by GitHub
@@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
hash = "sha256-1k6TsaXI9nwrBXTj3hncblkQuN/bvDudWDCsx4E4iwY=";
};
outputs = [ "out" "dev" ];
nativeBuildInputs = [ meson ninja nasm pkg-config ];
# TODO: doxygen (currently only HTML and not build by default).
buildInputs = [ xxHash ]