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:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user