From d8a08fff90890838e5cb07ce97070ecf98560e87 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sat, 23 Jan 2016 12:28:36 -0600 Subject: [PATCH] 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. --- pkgs/development/libraries/qt-5/5.4/qtbase/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/libraries/qt-5/5.4/qtbase/default.nix b/pkgs/development/libraries/qt-5/5.4/qtbase/default.nix index 689ae1737940..5a5cbe8875d4 100644 --- a/pkgs/development/libraries/qt-5/5.4/qtbase/default.nix +++ b/pkgs/development/libraries/qt-5/5.4/qtbase/default.nix @@ -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;