kdePackages.kwin: set TZDIR in the wrapper

This commit is contained in:
K900 2024-05-22 11:15:04 +03:00
parent 2e93d4a0b3
commit d97c2b0872

View File

@ -33,6 +33,12 @@ mkKdeDerivation {
patchShebangs src/plugins/strip-effect-metadata.py
'';
# TZDIR may be unset when running through the kwin_wayland wrapper,
# but we need it for the lockscreen clock to render
qtWrapperArgs = [
"--set-default TZDIR /etc/zoneinfo"
];
extraNativeBuildInputs = [pkg-config python3];
extraBuildInputs = [
qtquick3d