qsyncthing: build against qt 5.6 as 5.7 segfaults

This commit is contained in:
Peter Hoeg
2017-03-05 09:39:55 +08:00
parent ee460ec13c
commit 4618585e5e
+2 -1
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 { };