gnome2.libglademm: split out devdoc output

This commit is contained in:
Jan Tojnar 2017-11-24 02:13:57 +01:00
parent 70a0580e38
commit f15f06c901
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "1hrbg9l5qb7w0xvr7013qamkckyj0fqc426c851l69zpmhakqm1q";
};
outputs = [ "out" "devdoc" ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ intltool ];