Skip to content

Commit

Permalink
grub: backport patch to fix e2fsprogs 1.47 incompatibility
Browse files Browse the repository at this point in the history
(cherry picked from commit 60b6394)
  • Loading branch information
K900 authored and github-actions[bot] committed Jun 17, 2023
1 parent 322b2f2 commit 5d16363
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/tools/misc/grub/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,12 @@ stdenv.mkDerivation rec {
url = "https://git.savannah.gnu.org/cgit/grub.git/patch/?id=1514678888595ef41a968a0c69b7ff769edd1e9c";
sha256 = "sha256-tgAEoAtaNKJjscjMFkXXiVn59Pa4c+NiQ3iVW6CMrpo=";
})

# fix incompatibility with e2fsprogs 1.47+
(fetchpatch {
url = "https://git.savannah.gnu.org/cgit/grub.git/patch/?id=7fd5feff97c4b1f446f8fcf6d37aca0c64e7c763";
sha256 = "sha256-pejn1bJkC7XnT2ODaxeERHUrMOONoBV6w0wF2Z2ZKWI=";
})
];

postPatch = if kbdcompSupport then ''
Expand Down

0 comments on commit 5d16363

Please sign in to comment.