Unverified Commit 55aa1bc3 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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

We don't have any consumer with a version older than 102.6.0 anymore.
parent bc3dc3e4
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -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