cross: start upstreaming wob patch

This commit is contained in:
2023-12-09 20:20:10 +00:00
parent f53d0e16ff
commit 119ac4cf95

View File

@@ -872,14 +872,6 @@ in with final; {
# 2023/12/08: upstreaming is unblocked (but requires building webkitgtk-4.0)
gthumb = mvInputs { nativeBuildInputs = [ glib ]; } prev.gthumb;
# 2023/11/21: upstreaming is unblocked
# but obsoleted by vala patch: <https://github.com/NixOS/nixpkgs/pull/269171>
# gnome-2048 = addNativeInputs [
# # fix: "error: Package `libgnome-games-support-1' not found in specified Vala API directories or GObject-Introspection GIR directories"
# libgnome-games-support
# # gobject-introspection # this *should* work, if libgnome-games-support were to ship GIR bindings?
# ] prev.gnome-2048;
gnome = prev.gnome.overrideScope' (self: super: {
# dconf-editor = super.dconf-editor.override {
# # fails to fix original error
@@ -2303,7 +2295,7 @@ in with final; {
'';
});
# 2023/12/08: upstreaming is unblocked
# 2023/12/08: upstreaming is out for PR: <https://github.com/NixOS/nixpkgs/pull/273190>
wob = mvToBuildInputs [ cmocka ] prev.wob;
# wrapFirefox = prev.wrapFirefox.override {