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
1 changed files with 0 additions and 4 deletions
|
@ -15,7 +15,6 @@
|
||||||
|
|
||||||
# options
|
# options
|
||||||
, mesaSupported, mesa
|
, mesaSupported, mesa
|
||||||
, buildDocs ? false
|
|
||||||
, buildExamples ? false
|
, buildExamples ? false
|
||||||
, buildTests ? false
|
, buildTests ? false
|
||||||
, developerBuild ? false
|
, developerBuild ? false
|
||||||
|
@ -201,9 +200,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;
|
||||||
|
|
Loading…
Reference in a new issue