mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
qt5SDK: build with documentation
It was disabled due to a build error that is now fixed.
This commit is contained in:
parent
019a23db3e
commit
84c96cd4f6
1 changed files with 1 additions and 1 deletions
|
@ -7975,7 +7975,7 @@ let
|
|||
qt5SDK = qtcreator.override {
|
||||
sdkBuild = true;
|
||||
qtLib = qt5Full;
|
||||
withDocumentation = false; # fails to setup some paths
|
||||
withDocumentation = true;
|
||||
};
|
||||
|
||||
qtcreator = callPackage ../development/qtcreator {
|
||||
|
|
Loading…
Reference in a new issue