Open ramirez7 opened 1 year ago
This issue was supposed to propagate Xext from Xi, I'm not sure why this isn't working.
Thanks for the link! I'll look into it - I'm using nixpkgs-unstable + haskell.nix, but maybe it is lagging behind and hasn't picked up that PR yet.
Looks like my the nixpkgs-unstable
in haskell.nix
is from September https://github.com/NixOS/nixpkgs/commit/e14f9fb57315f0d4abde222364f19f88c77d2b79. I'lll try bumping and see if that fixes it
@ramirez7 Any updates on this?
Not yet. I'll give it a go next week (I'm focused on preparing for Ludum Dare 52 this week!)
I tried h-raylib 4.5.0.4 and got the same error
Ok, I'll check with nixpkgs
to find out what's wrong. I'll add Xext
back in in the next version.
I added Xext
again in version 4.5.1.0
Nice! I'll bump my h-raylib example.
I saw that the
Xext
dependency was removed recently https://github.com/Anut-py/h-raylib/commit/5a09c28bac06adbf1b2891152c52d2f36ceeb7beBut when building
4.5.0.7
withmacaroni.nix
, it fails due to that dependency not being declared:For now,
4.5.0.3
seems to build fine.