From db69888a02a85f98aafad2654c1c21072a4d3a4e Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sat, 23 Jan 2016 16:00:20 -0600 Subject: [PATCH] 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. --- pkgs/development/libraries/qt-5/5.5/qtbase/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/libraries/qt-5/5.5/qtbase/default.nix b/pkgs/development/libraries/qt-5/5.5/qtbase/default.nix index f039973a9b94..ef6e0620bca9 100644 --- a/pkgs/development/libraries/qt-5/5.5/qtbase/default.nix +++ b/pkgs/development/libraries/qt-5/5.5/qtbase/default.nix @@ -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;