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 -6
View File
@@ -33,15 +33,10 @@ mkDerivation {
kwayland kwayland-server kwidgetsaddons kwindowsystem kxmlgui plasma-framework
libcap libdrm mesa
];
outputs = [ "bin" "dev" "out" ];
outputs = [ "dev" "out" ];
patches = [
./0001-follow-symlinks.patch
./0002-xwayland.patch
(fetchpatch { # included in >= 5.18.6
name = "EGL_TEXTURE_Y_XUXV_WL.diff";
url = "https://github.com/KDE/kwin/commit/2c76cc478.diff";
sha256 = "1ywaky05h5j1x758q3yhp3ap45ispffghyxynqz5lybl5n6yyxhy";
})
];
CXXFLAGS = [
''-DNIXPKGS_XWAYLAND=\"${lib.getBin xwayland}/bin/Xwayland\"''