1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

qtcreator: fix build by using qt5Full

/cc #8596.
This commit is contained in:
Vladimír Čunát 2015-07-21 11:47:38 +02:00
parent 387ad0356a
commit fdbd928fce

View file

@ -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 { };