hfsprogs: fix build w/glibc-2.32

This commit is contained in:
Maximilian Bosch 2020-08-16 14:29:23 +02:00
parent e0030dff15
commit f883a5deec
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -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" ];