qsyncthing: build against qt 5.6 as 5.7 segfaults

This commit is contained in:
Peter Hoeg 2017-03-03 16:46:40 +08:00
parent ee460ec13c
commit 4618585e5e

View file

@ -14975,7 +14975,8 @@ with pkgs;
qt = qt4;
};
qsyncthingtray = libsForQt5.callPackage ../applications/misc/qsyncthingtray { };
# 0.5.7 segfaults when opening the main panel with qt 5.7
qsyncthingtray = libsForQt56.callPackage ../applications/misc/qsyncthingtray { };
qsynth = callPackage ../applications/audio/qsynth { };