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