mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
qt4SDK/qt5SDK: delete (see #9342)
This commit is contained in:
parent
b5b78eaf44
commit
e4410bfd85
@ -7948,11 +7948,6 @@ let
|
||||
developerBuild = true;
|
||||
});
|
||||
|
||||
qt4SDK = qtcreator.override {
|
||||
sdkBuild = true;
|
||||
qtLib = qt48Full;
|
||||
};
|
||||
|
||||
qt53 = callPackage ../development/libraries/qt-5/5.3 {
|
||||
mesa = mesa_noglu;
|
||||
cups = if stdenv.isLinux then cups else null;
|
||||
@ -7972,12 +7967,6 @@ let
|
||||
developerBuild = true;
|
||||
});
|
||||
|
||||
qt5SDK = qtcreator.override {
|
||||
sdkBuild = true;
|
||||
qtLib = qt5Full;
|
||||
withDocumentation = true;
|
||||
};
|
||||
|
||||
qtcreator = callPackage ../development/qtcreator {
|
||||
qtLib = qt5Full; # 3.4 only supports qt5; TODO: use modularized qt>=5.4
|
||||
withDocumentation = true;
|
||||
|
Loading…
Reference in New Issue
Block a user