mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
qt5SDK: fix build by not building docs
Feel free to find a proper fix.
This commit is contained in:
parent
7ce485ff0f
commit
d7a7b72353
1 changed files with 1 additions and 0 deletions
|
@ -6746,6 +6746,7 @@ let
|
|||
qt5SDK = qtcreator.override {
|
||||
sdkBuild = true;
|
||||
qtLib = qt5Full;
|
||||
withDocumentation = false; # fails to setup some paths
|
||||
};
|
||||
|
||||
qtcreator = callPackage ../development/qtcreator {
|
||||
|
|
Loading…
Reference in a new issue