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

View File

@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
sha256 = "0z05vj3va43adzxn026fpdvdd533q5zrs5dcxaz3gd021hysa6nq";
};
outputs = [ "out" "doc" ];
configureFlags = [
( "--with-graphite2=" + (if withGraphite2 then "yes" else "no") ) # not auto-detected by default
( "--with-icu=" + (if withIcu then "yes" else "no") )