elisa: broken with Qt < 5.15
This commit is contained in:
parent
a5838aa233
commit
821cf25911
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue