Commit d97c2b08 authored by K900's avatar K900
Browse files

kdePackages.kwin: set TZDIR in the wrapper

parent 2e93d4a0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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