Loading pkgs/by-name/xf/xfsprogs/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ stdenv, buildPackages, fetchurl, fetchpatch, autoreconfHook, gettext, pkg-config, Loading @@ -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 = [ Loading Loading
pkgs/by-name/xf/xfsprogs/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ stdenv, buildPackages, fetchurl, fetchpatch, autoreconfHook, gettext, pkg-config, Loading @@ -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 = [ Loading