3
0
Fork 0
forked from mirrors/nixpkgs

apitrace: pin at Qt 5.5

The package requires Qt Webkit, which has been removed in Qt 5.6.
This commit is contained in:
Thomas Tuegel 2016-05-08 15:50:33 -05:00
parent a5e1a0ae11
commit a2eaef2074

View file

@ -434,7 +434,7 @@ in
withGui = false;
};
apitrace = qt5.callPackage ../applications/graphics/apitrace {};
apitrace = qt55.callPackage ../applications/graphics/apitrace {};
argyllcms = callPackage ../tools/graphics/argyllcms {};