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

authored by Yureka and committed by GitHub fe79e24f 107d9972

+7
+7
pkgs/by-name/xf/xfsprogs/package.nix
··· 3 3 stdenv, 4 4 buildPackages, 5 5 fetchurl, 6 + fetchpatch, 6 7 autoreconfHook, 7 8 gettext, 8 9 pkg-config, ··· 28 29 name = "icu76.patch"; 29 30 url = "https://lore.kernel.org/linux-xfs/20250212081649.3502717-1-hi@alyssa.is/raw"; 30 31 hash = "sha256-Z7BW0B+/5eHWXdHre++wRtdbU/P6XZqudYx6EK5msIU="; 32 + }) 33 + # Backport which fixes pkgsCross.armv7l-hf-multiplatform.xfsprogs 34 + (fetchpatch { 35 + name = "32-bit.patch"; 36 + url = "https://web.git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/patch/mkfs/proto.c?id=a5466cee9874412cfdd187f07c5276e1d4ef0fea"; 37 + hash = "sha256-svC7pSbblWfO5Khots2kWWfDMBXUrU35fk5wsdYuPQI="; 31 38 }) 32 39 ]; 33 40