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

This commit is contained in:
Yureka
2025-03-22 22:19:35 +01:00
committed by GitHub
parent 107d997267
commit fe79e24f23
+7
View File
@@ -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 = [