firefox-esr-102-unwrapped: Drop obsolete rust-cbindgen patch

We don't have any consumer with a version older than 102.6.0 anymore.
This commit is contained in:
Martin Weinelt 2023-04-19 14:38:18 +02:00
parent bc3dc3e45c
commit 55aa1bc362
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -221,14 +221,7 @@ buildStdenv.mkDerivation ({
"profilingPhase"
];
patches = lib.optionals (lib.versionOlder version "102.6.0") [
(fetchpatch {
# https://bugzilla.mozilla.org/show_bug.cgi?id=1773259
name = "rust-cbindgen-0.24.2-compat.patch";
url = "https://raw.githubusercontent.com/canonical/firefox-snap/5622734942524846fb0eb7108918c8cd8557fde3/patches/fix-ftbfs-newer-cbindgen.patch";
hash = "sha256-+wNZhkDB3HSknPRD4N6cQXY7zMT/DzNXx29jQH0Gb1o=";
})
]
patches = [ ]
++ lib.optional (lib.versionOlder version "111") ./env_var_for_system_dir-ff86.patch
++ lib.optional (lib.versionAtLeast version "111") ./env_var_for_system_dir-ff111.patch
++ lib.optional (lib.versionAtLeast version "96") ./no-buildconfig-ffx96.patch