mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
qt5SDK: fix build by not building docs
Feel free to find a proper fix.
This commit is contained in:
parent
7ce485ff0f
commit
d7a7b72353
|
@ -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