does this make it build on hydra against nixpkgs unstable

problem: libadwaita fails to build on hydra with the error

  Gdk-DEBUG: error: XDG_RUNTIME_DIR is invalid or not set in the
  environment.

but it doesn't fail locally with nix-build so I can't easily see if
this is a fix
This commit is contained in:
Daniel Barlow
2025-08-11 19:43:24 +01:00
parent 92643e03b3
commit 6721b71340

View File

@@ -239,6 +239,10 @@ extraPkgs
];
});
libadwaita = prev.libadwaita.overrideAttrs(o: {
XDG_RUNTIME_DIR = "/homeless-shelter";
});
lua = crossOnly prev.lua5_3 (_: luaHost);
luaossl' = luaHost.pkgs.luaossl.overrideAttrs (o: {