forked from mirrors/nixpkgs
qsyncthing: build against qt 5.6 as 5.7 segfaults
This commit is contained in:
parent
ee460ec13c
commit
4618585e5e
|
@ -14975,7 +14975,8 @@ with pkgs;
|
||||||
qt = qt4;
|
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 { };
|
qsynth = callPackage ../applications/audio/qsynth { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue