Commit 6b424579 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by github-actions[bot]
Browse files

e2fsprogs: remove compat patch

23.05 is not supported anymore.

(cherry picked from commit 894fb074)
parent 52b514cc
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -23,13 +23,6 @@ stdenv.mkDerivation rec {
    ++ lib.optionals withFuse [ fuse3 ];

  patches = [
    # Avoid trouble with older systems like NixOS 23.05.
    # TODO: most likely drop this at some point, e.g. when 23.05 loses support.
    (fetchurl {
      name = "mke2fs-avoid-incompatible-features.patch";
      url = "https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/plain/debian/patches/disable-metadata_csum_seed-and-orphan_file-by-default?h=debian/master&id=3fb3d18baba90e5d48d94f4c0b79b2d271b0c913";
      hash = "sha256-YD11K4s2bqv0rvzrxtaiodzLp3ztULlOlPUf1XcpxRY=";
    })
    (fetchurl {
      name = "SIZEOF_SIZE_T.patch";
      url = "https://lore.kernel.org/linux-ext4/20240527074121.2767083-1-hi@alyssa.is/raw";