zimg: move headers to "dev" outputs (and docs to "doc")

This commit is contained in:
Sergei Trofimovich 2023-05-11 22:34:40 +01:00
parent 0e5b6eaeea
commit cedb9d9b6f

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "1069x49l7kh1mqcq1h3f0m5j0h832jp5x230bh4c613ymgg5kn00";
};
outputs = [ "out" "dev" "doc" ];
nativeBuildInputs = [ autoreconfHook ];
enableParallelBuilding = true;