hfsprogs: fix build w/glibc-2.32
This commit is contained in:
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" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user