Move some more gtk-docs to the doc output

This commit is contained in:
Eelco Dolstra
2015-07-26 13:43:49 +02:00
parent e939757609
commit a951f11021
10 changed files with 21 additions and 1 deletions
@@ -4,13 +4,15 @@
assert withGtk -> (gtk != null);
stdenv.mkDerivation {
name = "GConf-2.32.4";
name = "gconf-2.32.4";
src = fetchurl {
url = mirror://gnome/sources/GConf/2.32/GConf-2.32.4.tar.xz;
sha256 = "09ch709cb9fniwc4221xgkq0jf0x0lxs814sqig8p2dcll0llvzk";
};
outputs = [ "out" "doc" ];
buildInputs = [ ORBit2 dbus_libs dbus_glib libxml2 ]
# polkit requires pam, which requires shadow.h, which is not available on
# darwin