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;
|
license = licenses.lgpl3;
|
||||||
maintainers = with maintainers; [ zraexy peterhoeg ];
|
maintainers = with maintainers; [ zraexy peterhoeg ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
# 0.5.7 segfaults when opening the main panel with qt 5.7 but qt 5.8 is OK
|
# 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;
|
broken = builtins.compareVersions qtbase.version "5.7.0" >= 0;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -15391,8 +15391,8 @@ with pkgs;
|
|||||||
qt = qt4;
|
qt = qt4;
|
||||||
};
|
};
|
||||||
|
|
||||||
# 0.5.7 segfaults when opening the main panel with qt 5.7 but qt 5.8 is OK
|
# 0.5.7 segfaults when opening the main panel with qt 5.7 and fails to compile with qt 5.8
|
||||||
qsyncthingtray = libsForQt5.callPackage ../applications/misc/qsyncthingtray { };
|
qsyncthingtray = libsForQt56.callPackage ../applications/misc/qsyncthingtray { };
|
||||||
|
|
||||||
qsynth = callPackage ../applications/audio/qsynth { };
|
qsynth = callPackage ../applications/audio/qsynth { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user