libmysofa: split headers to "dev" output

This commit is contained in:
Sergei Trofimovich 2023-04-16 18:05:49 +01:00
parent e789c7976f
commit c80513bf07

View file

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