···33 patchShebangs src/plugins/strip-effect-metadata.py
34 '';
3536+ # TZDIR may be unset when running through the kwin_wayland wrapper,
37+ # but we need it for the lockscreen clock to render
38+ qtWrapperArgs = [
39+ "--set-default TZDIR /etc/zoneinfo"
40+ ];
41+42 extraNativeBuildInputs = [pkg-config python3];
43 extraBuildInputs = [
44 qtquick3d