overrides: remove broken and unused Gnome 2 GConf
This commit is contained in:
parent
27c8d0946f
commit
5e57657912
1 changed files with 7 additions and 0 deletions
|
@ -85,4 +85,11 @@ in
|
|||
];
|
||||
|
||||
python-grip = fork.python3Packages.grip;
|
||||
|
||||
# BUG: https://github.com/NixOS/nixpkgs/issues/418451
|
||||
gnome2 = prev.gnome2.overrideScope (
|
||||
_: _: {
|
||||
GConf = null;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue