zfs: fix hardcoded include path for libtirpc
This commit is contained in:
parent
47dc9d7b35
commit
bae5ec0faf
|
@ -43,6 +43,9 @@ let
|
||||||
|
|
||||||
postPatch = optionalString buildKernel ''
|
postPatch = optionalString buildKernel ''
|
||||||
patchShebangs scripts
|
patchShebangs scripts
|
||||||
|
'' + optionalString stdenv.hostPlatform.isMusl ''
|
||||||
|
substituteInPlace config/user-libtirpc.m4 \
|
||||||
|
--replace /usr/include/tirpc ${libtirpc}/include/tirpc
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook nukeReferences ]
|
nativeBuildInputs = [ autoreconfHook nukeReferences ]
|
||||||
|
|
Loading…
Reference in New Issue