python2Packages.nixpart0/parted: patch for glibc >= 2.28

This commit is contained in:
Piotr Bogdan
2020-06-10 13:01:34 +01:00
parent eb696ef672
commit 64f4073f8d
2 changed files with 11 additions and 2 deletions
@@ -37,7 +37,7 @@ let
parted = import ./parted.nix {
inherit stdenv fetchurl;
inherit (pkgs) utillinux readline libuuid gettext check lvm2;
inherit (pkgs) fetchpatch utillinux readline libuuid gettext check lvm2;
};
pyblock = import ./pyblock.nix {