Merge pull request #226505 from trofi/libmysofa-dev-output

libmysofa: split headers to "dev" output
This commit is contained in:
Sergei Trofimovich 2023-04-24 21:46:45 +01:00 committed by GitHub
commit 2deee79916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-QEfkeofsVxB9gyISL/P7bvnbcBuG7Q3A4UoAyQAXxgE=";
};
outputs = [ "out" "dev" ];
nativeBuildInputs = [ cmake ];
buildInputs = [ zlib ];