Solvednixpkgs Steam / gtk+3 broken on master
✔️Accepted Answer
NixPkgs master now has workarounds and binaries in cache; I expect this commit will soon hit the nixos-unstable
channel, too.
Other Answers:
nixos-system-shitbox
Nice :)
Unless something is pulling 32bit packages...
buildFHSUserEnv has a multiPkgs
argument, which will build both 64 and 32 bit versions of everything defined. This was done because many games require 32bit versions of some libraries to be available.
EDIT: english may be my first language, but may as well be my second
you can check the git logs but I hit this on nixos-unstable so it has reached the channels.
For reference, the fix is in all the three channels already.
I'm going to consider this issue closed, as the user experience is not impacted on updated channels. But a proper fix like #118365 should still be prioritized.
gtk+3
is broken on masterThe header is from
gnome3.tracker
, which seems to be passedI haven't pin-pointed the failing commit yet, but it looks like meson isn't getting the include path correctly.
cc @NixOS/gnome