nix-community / nixpkgs-wayland

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

Waybar fails to build with the latest unstable or master nixpkgs #413

Closed pimeys closed 1 year ago

pimeys commented 1 year ago

Details in the nixpkgs issue https://github.com/NixOS/nixpkgs/issues/245336

This has something to do with spdlog package, which is called now with wrong parameters from this flake.

pimeys commented 1 year ago

I think we can remove this from waybar:

spdlog = prev.spdlog.override { fmt = prev.fmt_9; };

I'm not currently using my computer, so can't really test or provide a pull request.

pimeys commented 1 year ago

Fixed in https://github.com/nix-community/nixpkgs-wayland/pull/412