Merge pull request #231365 from trofi/libyaml-dev-output

libyaml: split headers to "dev" output
This commit is contained in:
Sergei Trofimovich
2023-05-17 07:33:10 +01:00
committed by GitHub
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
sha256 = "18zsnsxc53pans4a01cs4401a2cjk3qi098hi440pj4zijifgcsb";
};
outputs = [ "out" "dev" ];
nativeBuildInputs = [ autoreconfHook ];
meta = with lib; {