qt54: disable documentation

The documentation cannot be built as part of the split-module build
anyway. After all the modules are built, we could build the
documentation as a separate package.
This commit is contained in:
Thomas Tuegel 2016-01-23 12:28:36 -06:00
parent 67d5a026ca
commit d8a08fff90

View File

@ -15,7 +15,6 @@
# options
, mesaSupported, mesa
, buildDocs ? false
, buildExamples ? false
, buildTests ? false
, developerBuild ? false
@ -204,9 +203,6 @@ stdenv.mkDerivation {
''
# Don't retain build-time dependencies like gdb and ruby.
sed '/QMAKE_DEFAULT_.*DIRS/ d' -i $out/mkspecs/qconfig.pri
''
+ lib.optionalString buildDocs ''
make docs && make install_docs
'';
inherit lndir;