libxmlxx: split out devdoc output

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

View File

@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
sha256 = "1sb3akryklvh2v6m6dihdnbpf1lkx441v972q9hlz1sq6bfspm2a";
};
outputs = [ "out" "devdoc" ];
nativeBuildInputs = [ pkgconfig perl ];
propagatedBuildInputs = [ libxml2 glibmm ];