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
commit d274408175
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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