mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
qtcreator: build with documentation
It was disabled due to a build error that is now fixed.
This commit is contained in:
parent
84c96cd4f6
commit
2cf8502397
1 changed files with 1 additions and 1 deletions
|
@ -7980,7 +7980,7 @@ let
|
|||
|
||||
qtcreator = callPackage ../development/qtcreator {
|
||||
qtLib = qt5Full; # 3.4 only supports qt5; TODO: use modularized qt>=5.4
|
||||
withDocumentation = false; # FIXME: fails to setup some paths
|
||||
withDocumentation = true;
|
||||
};
|
||||
|
||||
qtkeychain = callPackage ../development/libraries/qtkeychain { };
|
||||
|
|
Loading…
Reference in a new issue