Plasma 5.20.4 + some build fixes (dependencies, patches, ..)

This commit is contained in:
Andreas
2020-12-12 16:05:44 -06:00
committed by Thomas Tuegel
parent a604b073b7
commit c6cf4b8e79
13 changed files with 246 additions and 264 deletions
@@ -1,16 +1,18 @@
{
mkDerivation,
mkDerivation, lib,
extra-cmake-modules,
kconfig, kcoreaddons, kcrash, kdbusaddons, kservice, kwindowsystem,
qtbase, qttools, qtx11extras,
qtbase, qttools, qtx11extras, libXdmcp,
}:
mkDerivation {
name = "kglobalaccel";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [
kconfig kcoreaddons kcrash kdbusaddons kservice kwindowsystem qttools
qtx11extras
qtx11extras libXdmcp
];
outputs = [ "out" "dev" ];
propagatedBuildInputs = [ qtbase ];
}