kdePackages.kwin: set TZDIR in the wrapper
This commit is contained in:
parent
2e93d4a0b3
commit
d97c2b0872
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user