Fix #129 (caused by matplotlib 3.11 deprecating mpl.style.core)#130
Open
razimantv wants to merge 1 commit into
Open
Fix #129 (caused by matplotlib 3.11 deprecating mpl.style.core)#130razimantv wants to merge 1 commit into
razimantv wants to merge 1 commit into
Conversation
…ore) by direct implementation
13 tasks
|
Please merge asap 😭 |
patflynn
added a commit
to patflynn/cosmo
that referenced
this pull request
Jul 12, 2026
) python3.14-catppuccin-2.5.0 (dependency of catppuccin-gtk, used for GTK theming) fails its check phase: matplotlib 3.11 removed mpl.style.core, which catppuccin 2.5.0's matplotlib extra still calls (catppuccin/python#129). This broke every desktop host's system build and blocked all deploys on classic-laddie. Mirror the two nixpkgs-master fixes that are not yet on the pinned nixos-unstable channel via an overlay in modules/common/desktop.nix: - 455d916d0c python3Packages.catppuccin: fix build with matplotlib 3.11+ (patch from catppuccin/python#130) - 894acc94f6 catppuccin-gtk: fix build with python314+ Remove the overlay once the nixpkgs pin includes both commits; the daily flake.lock update should bring them within days.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Solves the problem by direct implementation: Read the files and update
mpl.style.librarydirectly: