Unverified Commit fe79e24f authored by Yureka's avatar Yureka Committed by GitHub
Browse files

xfsprogs: backport fix for 32-bit platforms (#392052)

parent 107d9972
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  stdenv,
  buildPackages,
  fetchurl,
  fetchpatch,
  autoreconfHook,
  gettext,
  pkg-config,
@@ -29,6 +30,12 @@ stdenv.mkDerivation rec {
      url = "https://lore.kernel.org/linux-xfs/20250212081649.3502717-1-hi@alyssa.is/raw";
      hash = "sha256-Z7BW0B+/5eHWXdHre++wRtdbU/P6XZqudYx6EK5msIU=";
    })
    # Backport which fixes pkgsCross.armv7l-hf-multiplatform.xfsprogs
    (fetchpatch {
      name = "32-bit.patch";
      url = "https://web.git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/patch/mkfs/proto.c?id=a5466cee9874412cfdd187f07c5276e1d4ef0fea";
      hash = "sha256-svC7pSbblWfO5Khots2kWWfDMBXUrU35fk5wsdYuPQI=";
    })
  ];

  outputs = [