Revert "plasma5: mark broken with Qt >= 5.15"
This reverts commit 575b3a053aacd5630b44cc73c4e5505baebfe6d5. 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:
parent
e681f442c9
commit
368302af0d
@ -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
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user