From 368302af0d616699ffd1a6cb032daa506d613c91 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sun, 25 Oct 2020 22:00:19 +0200 Subject: [PATCH] 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). --- pkgs/desktops/plasma-5/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/desktops/plasma-5/default.nix b/pkgs/desktops/plasma-5/default.nix index 8ab4b60156c6..265c22b55655 100644 --- a/pkgs/desktops/plasma-5/default.nix +++ b/pkgs/desktops/plasma-5/default.nix @@ -36,7 +36,6 @@ let }; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; - qtbase = libsForQt5.callPackage ({ qtbase }: qtbase) {}; packages = self: with self; let @@ -83,7 +82,6 @@ let setupHook = args.setupHook or defaultSetupHook; meta = { - broken = lib.versionAtLeast qtbase.version "5.15"; license = with lib.licenses; [ lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12 ];