Commit c80513bf authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

libmysofa: split headers to "dev" output

parent e789c797
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
    sha256 = "sha256-QEfkeofsVxB9gyISL/P7bvnbcBuG7Q3A4UoAyQAXxgE=";
  };

  outputs = [ "out" "dev" ];

  nativeBuildInputs = [ cmake ];
  buildInputs = [ zlib ];