elisa: broken with Qt < 5.15

This commit is contained in:
Thomas Tuegel
2020-12-12 16:05:46 -06:00
parent a5838aa233
commit 821cf25911
+1 -1
View File
@@ -43,6 +43,6 @@ mkDerivation rec {
description = "A simple media player for KDE";
license = licenses.gpl3;
maintainers = with maintainers; [ peterhoeg ];
broken = lib.versionOlder qtbase.version "5.14";
broken = lib.versionOlder qtbase.version "5.15";
};
}