elisa: broken with Qt < 5.15

wip/yesman
Thomas Tuegel 4 years ago
parent a5838aa233
commit 821cf25911
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
  1. 2
      pkgs/applications/kde/elisa.nix

@ -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…
Cancel
Save