Commit 28b782e5 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

libyaml: split headers to "dev" output

parent 0e5b6eae
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
    sha256 = "18zsnsxc53pans4a01cs4401a2cjk3qi098hi440pj4zijifgcsb";
  };

  outputs = [ "out" "dev" ];

  nativeBuildInputs = [ autoreconfHook ];

  meta = with lib; {