hfsprogs: fix build w/glibc-2.32

This commit is contained in:
Maximilian Bosch
2020-09-12 23:04:48 +02:00
parent e0030dff15
commit f883a5deec
@@ -15,6 +15,10 @@ stdenv.mkDerivation {
})
];
postPatch = ''
sed -ie '/sys\/sysctl.h/d' newfs_hfs.tproj/makehfs.c
'';
sourceRoot = "diskdev_cmds-" + version;
patches = [ "../debian/patches/*.patch" ];