Commit 7280d52c authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

dav1d: split headers to "dev" output

parent 0e5b6eae
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 ]