Unverified Commit 701f74fe authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

gdm: set run-dir to prevent erroneous creation of /var/run as directory if it...

gdm: set run-dir to prevent erroneous creation of /var/run as directory if it does not exist (#436175)
parents 757e96e0 a75b0b38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
    "-Dsystemduserunitdir=${placeholder "out"}/lib/systemd/user"
    "--sysconfdir=/etc"
    "--localstatedir=/var"
    (lib.mesonOption "run-dir" "/run/gdm")
  ];

  nativeBuildInputs = [