cross: remove obsoleted gpodder patch

This commit is contained in:
Colin 2024-04-27 17:10:50 +00:00
parent e5876a1e5b
commit 9525c09c41

View File

@ -965,16 +965,6 @@ in with final; {
# gnome_vfs = useEmulatedStdenv super.gnome_vfs;
# });
# 2024/02/27: upstreaming is unblocked
gpodder = prev.gpodder.overridePythonAttrs (upstream: {
# fix gobject-introspection overrides import that otherwise fails on launch
nativeBuildInputs = upstream.nativeBuildInputs ++ [
buildPackages.gobject-introspection
];
buildInputs = lib.remove gobject-introspection upstream.buildInputs;
strictDeps = true;
});
# out for PR: <https://github.com/NixOS/nixpkgs/pull/263182>
# hspell = prev.hspell.overrideAttrs (upstream: {
# # build perl is needed by the Makefile,