qt55.qtbase: 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:
parent
3cfb552bbc
commit
db69888a02
@ -15,7 +15,6 @@
|
||||
|
||||
# options
|
||||
, mesaSupported, mesa
|
||||
, buildDocs ? false
|
||||
, buildExamples ? false
|
||||
, buildTests ? false
|
||||
, developerBuild ? false
|
||||
@ -201,9 +200,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;
|
||||
|
Loading…
Reference in New Issue
Block a user