overrides: remove broken and unused Gnome 2 GConf

This commit is contained in:
Infinidoge 2025-07-05 02:49:05 -04:00
parent 27c8d0946f
commit 5e57657912
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA

View file

@ -85,4 +85,11 @@ in
];
python-grip = fork.python3Packages.grip;
# BUG: https://github.com/NixOS/nixpkgs/issues/418451
gnome2 = prev.gnome2.overrideScope (
_: _: {
GConf = null;
}
);
}