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