plasma53.plasma-desktop: fix missing paths
This commit is contained in:
parent
8862d8d9c9
commit
5560585d4c
@ -183,17 +183,26 @@ let
|
|||||||
[ canberra ]
|
[ canberra ]
|
||||||
++ (with xlibs; [ libxkbfile libXcursor libXft ]);
|
++ (with xlibs; [ libxkbfile libXcursor libXft ]);
|
||||||
patches = [
|
patches = [
|
||||||
./plasma-desktop/plasma-desktop-hwclock.patch
|
(scope.substituteAll {
|
||||||
|
src = ./plasma-desktop/plasma-desktop-hwclock.patch;
|
||||||
|
hwclock = "${scope.utillinux}/sbin/hwclock";
|
||||||
|
})
|
||||||
./plasma-desktop/plasma-desktop-zoneinfo.patch
|
./plasma-desktop/plasma-desktop-zoneinfo.patch
|
||||||
(scope.substituteAll {
|
(scope.substituteAll {
|
||||||
src = ./plasma-desktop/plasma-desktop-xkb-rules.patch;
|
src = ./plasma-desktop/plasma-desktop-xkb-rules.patch;
|
||||||
xkb = scope.xkeyboard_config;
|
xkb = scope.xkeyboard_config;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
preConfigure = ''
|
NIX_CFLAGS_COMPILE = with scope.xlibs;
|
||||||
substituteInPlace kcms/dateandtime/helper.cpp \
|
lib.concatStringsSep " " [
|
||||||
--subst-var-by hwclock "${scope.utillinux}/sbin/hwclock"
|
"-I${xf86inputsynaptics}/include/xorg"
|
||||||
'';
|
"-I${xf86inputevdev}/include/xorg"
|
||||||
|
"-I${xorgserver}/include/xorg"
|
||||||
|
];
|
||||||
|
cmakeFlags = with scope.xlibs; [
|
||||||
|
"-DEvdev_INCLUDE_DIRS=${xf86inputevdev}/include"
|
||||||
|
"-DSynaptics_INCLUDE_DIRS=${xf86inputsynaptics}/include"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
plasma-workspace = extendDerivation super.plasma-workspace {
|
plasma-workspace = extendDerivation super.plasma-workspace {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user