kwindowsystem: use versionOlder
This commit is contained in:
parent
262f666092
commit
2cc1011be1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ mkDerivation {
|
||||||
name = "kwindowsystem";
|
name = "kwindowsystem";
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
maintainers = [ lib.maintainers.ttuegel ];
|
||||||
broken = builtins.compareVersions qtbase.version "5.7.0" < 0;
|
broken = lib.versionOlder qtbase.version "5.7.0";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [ libpthreadstubs libXdmcp qttools qtx11extras ];
|
buildInputs = [ libpthreadstubs libXdmcp qttools qtx11extras ];
|
||||||
|
|
Loading…
Reference in a new issue