mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
parent
387ad0356a
commit
fdbd928fce
|
@ -7898,7 +7898,8 @@ let
|
|||
};
|
||||
|
||||
qtcreator = callPackage ../development/qtcreator {
|
||||
qtLib = qt48.override { developerBuild = true; };
|
||||
qtLib = qt5Full; # 3.4 only supports qt5; TODO: use modularized qt>=5.4
|
||||
withDocumentation = false; # FIXME: fails to setup some paths
|
||||
};
|
||||
|
||||
qtkeychain = callPackage ../development/libraries/qtkeychain { };
|
||||
|
|
Loading…
Reference in a new issue