qsyncthingtray: build with qt 5.6
This commit is contained in:
parent
4f51a1ef32
commit
e25665591b
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.lgpl3;
|
||||
maintainers = with maintainers; [ zraexy peterhoeg ];
|
||||
platforms = platforms.all;
|
||||
# 0.5.7 segfaults when opening the main panel with qt 5.7 but qt 5.8 is OK
|
||||
broken = builtins.compareVersions qtbase.version "5.7.0" == 0;
|
||||
# 0.5.7 segfaults when opening the main panel with qt 5.7 and fails to compile with qt 5.8
|
||||
broken = builtins.compareVersions qtbase.version "5.7.0" >= 0;
|
||||
};
|
||||
}
|
||||
|
@ -15391,8 +15391,8 @@ with pkgs;
|
||||
qt = qt4;
|
||||
};
|
||||
|
||||
# 0.5.7 segfaults when opening the main panel with qt 5.7 but qt 5.8 is OK
|
||||
qsyncthingtray = libsForQt5.callPackage ../applications/misc/qsyncthingtray { };
|
||||
# 0.5.7 segfaults when opening the main panel with qt 5.7 and fails to compile with qt 5.8
|
||||
qsyncthingtray = libsForQt56.callPackage ../applications/misc/qsyncthingtray { };
|
||||
|
||||
qsynth = callPackage ../applications/audio/qsynth { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user