apitrace: pin to Qt 5.6

This commit is contained in:
Thomas Tuegel 2017-03-24 12:51:22 -05:00
parent b4e6351c78
commit b745cece54
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -434,7 +434,7 @@ with pkgs;
withGui = false;
};
apitrace = libsForQt55.callPackage ../applications/graphics/apitrace {};
apitrace = libsForQt56.callPackage ../applications/graphics/apitrace {};
argus = callPackage ../tools/networking/argus {};