libyaml: split headers to "dev" output

This commit is contained in:
Sergei Trofimovich 2023-05-11 22:55:03 +01:00
parent 0e5b6eaeea
commit 28b782e58d

View File

@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
sha256 = "18zsnsxc53pans4a01cs4401a2cjk3qi098hi440pj4zijifgcsb";
};
outputs = [ "out" "dev" ];
nativeBuildInputs = [ autoreconfHook ];
meta = with lib; {