Merge pull request #313596 from K900/kwin-tzdir

kdePackages.kwin: set TZDIR in the wrapper
This commit is contained in:
K900
2024-05-22 11:27:14 +03:00
committed by GitHub
+6
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