hfsprogs: fix build w/glibc-2.32
This commit is contained in:
@@ -15,6 +15,10 @@ stdenv.mkDerivation {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
sed -ie '/sys\/sysctl.h/d' newfs_hfs.tproj/makehfs.c
|
||||||
|
'';
|
||||||
|
|
||||||
sourceRoot = "diskdev_cmds-" + version;
|
sourceRoot = "diskdev_cmds-" + version;
|
||||||
patches = [ "../debian/patches/*.patch" ];
|
patches = [ "../debian/patches/*.patch" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user