libxmlxx3: split out devdoc output

This commit is contained in:
Jan Tojnar 2017-11-24 02:14:46 +01:00
parent c151a86dbc
commit 2bffd5f45f
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
sha256 = "19kik79fmg61nv0by0a5f9wchrcfjwzvih4v2waw01hqflhqvp0r";
};
outputs = [ "out" "devdoc" ];
nativeBuildInputs = [ pkgconfig perl ];
buildInputs = [ glibmm ];