nix-community / nixpkgs-wayland

Automated, pre-built packages for Wayland (sway/wlroots) tools for NixOS. [maintainers=@colemickens, @Artturin]
510 stars 47 forks source link

nixos-unstable: wayland is behind #276

Closed colemickens closed 2 years ago

colemickens commented 3 years ago

wlroots wants wayland 1.19.0, but nixpkgs nixos-unstable is on 1.18.0.

I might just override it for the package, otherwise things are going to be stuck for a while. I'm not sure I have time to send this upstream either.

colemickens commented 3 years ago

Actually, I can't just override it here either, since it's more than just a version bump. The patch needs to be adjusted too.

So, things might just stay stuck here for a while. I'm pretty busy right now.

fionera commented 3 years ago

Can you pin wlroots too? Currently you cannot build it

colemickens commented 3 years ago

Ahh. I have an auto-update script that invoked this locally and pushed when it should't have.

I'll revert this and make sure I don't have ability to push to CI from here by default.

colemickens commented 3 years ago

Sorry about that @fionera, wlroots on master is buildable again. Thanks for reporting.

bnjmnt4n commented 3 years ago

Looks like the update landed in nixpkgs staging: https://github.com/NixOS/nixpkgs/pull/107324.

colemickens commented 3 years ago

This is still an issue, but I'm letting sway and wlroots update by using wayland from nixos-unstable-small. I'll revert this whenever the update hits nixos-unstable (hopefully soon?).

berbiche commented 3 years ago

I think this can be closed?

Emantor commented 3 years ago

I think this can be closed?

Yes.