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

@ -7,7 +7,9 @@ stdenv.mkDerivation rec {
url = "mirror://gnome/sources/libglademm/2.6/${name}.tar.bz2";
sha256 = "1hrbg9l5qb7w0xvr7013qamkckyj0fqc426c851l69zpmhakqm1q";
};
outputs = [ "out" "devdoc" ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ intltool ];