`pkgs.gnome.gnome-backgrounds` is now top level package `pkgs.gnome-backgrounds`
knoopx opened this issue · 4 comments
knoopx commented
looks like upstream changes are breaking stylix:
error: attribute 'gnome-backgrounds' missing
at /nix/store/qb1mjpc9gh2w20wmrlf38v1y23nnzadz-modules/gnome/nixos.nix:22:43:
21| # which will then download the pack regardless of its exclusion below.
22| environment.gnome.excludePackages = [ pkgs.gnome.gnome-backgrounds ];
r00tr4v3n commented
How can this be temporarily fixed for 24.05/unstable?
trueNAHO commented
How can this be temporarily fixed for 24.05/unstable?
Do you mean the https://github.com/danth/stylix/tree/release-24.05 branch? Maybe we should backport this patch.
brumik commented
I do not think this plays together with 24.05, I am on nixpgs 24.05 and master on stylix got broken for me after updating the flakes. I had to go to stylix/release-24.05
to get my system to build again.
Edit: I just see the comments on the closed PR. They are basically saying the same, sorry for duplication.