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

This commit is contained in:
Piotr Bogdan
2020-06-10 13:01:33 +01:00
parent c494fc51dc
commit 0776d9043c
2 changed files with 14 additions and 2 deletions
@@ -27,7 +27,7 @@ let
lvm2 = import ./lvm2.nix {
inherit stdenv fetchurl;
inherit (pkgs) pkgconfig utillinux systemd coreutils;
inherit (pkgs) fetchpatch pkgconfig utillinux systemd coreutils;
};
multipath_tools = import ./multipath-tools.nix {