glib: move glib-untested overrides into package.nix#485673
Merged
gepbird merged 1 commit intoNixOS:masterfrom Feb 12, 2026
Merged
glib: move glib-untested overrides into package.nix#485673gepbird merged 1 commit intoNixOS:masterfrom
gepbird merged 1 commit intoNixOS:masterfrom
Conversation
9bbec28 to
f9a0c44
Compare
46 tasks
gepbird
reviewed
Feb 2, 2026
82fb300 to
d8c932a
Compare
82ed4ec to
6bc86e8
Compare
Move the dbus, shared-mime-info, and desktop-file-utils overrides into package.nix and remove the all-packages.nix entry The glib-untested pattern is kept to break dependency cycles: these packages depend on glib, so using them directly in nativeCheckInputs would cause errors when building glib.tests.withChecks.
6bc86e8 to
5f987f2
Compare
gepbird
approved these changes
Feb 10, 2026
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.
Split from #474456. Diff is not scary actually, please review without whitespaces difference enabled in github ui
This is a step towards #454525, which will help enable checking for additional by-name directories (e.g. Python) in nixpkgs-vet.
Things done