Revert "plasma5: mark broken with Qt >= 5.15"

This reverts commit 575b3a053a.

We don't know why ttuegel did it, and we suspect it was due to packages
breaking due to mixed qt5 versions used together, and not plasma itself
with qt5.15 - (#101369).
This commit is contained in:
Doron Behar 2020-10-25 22:00:19 +02:00
parent e681f442c9
commit 368302af0d

View File

@ -36,7 +36,6 @@ let
}; };
mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {};
qtbase = libsForQt5.callPackage ({ qtbase }: qtbase) {};
packages = self: with self; packages = self: with self;
let let
@ -83,7 +82,6 @@ let
setupHook = args.setupHook or defaultSetupHook; setupHook = args.setupHook or defaultSetupHook;
meta = { meta = {
broken = lib.versionAtLeast qtbase.version "5.15";
license = with lib.licenses; [ license = with lib.licenses; [
lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12 lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12
]; ];