qtcreator: build with documentation

It was disabled due to a build error that is now fixed.
This commit is contained in:
Bjørn Forsman 2015-08-14 10:19:18 +02:00
parent 84c96cd4f6
commit 2cf8502397

View file

@ -7980,7 +7980,7 @@ let
qtcreator = callPackage ../development/qtcreator {
qtLib = qt5Full; # 3.4 only supports qt5; TODO: use modularized qt>=5.4
withDocumentation = false; # FIXME: fails to setup some paths
withDocumentation = true;
};
qtkeychain = callPackage ../development/libraries/qtkeychain { };