mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
zfs: fix hardcoded include path for libtirpc
This commit is contained in:
parent
47dc9d7b35
commit
bae5ec0faf
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ let
|
|||
|
||||
postPatch = optionalString buildKernel ''
|
||||
patchShebangs scripts
|
||||
'' + optionalString stdenv.hostPlatform.isMusl ''
|
||||
substituteInPlace config/user-libtirpc.m4 \
|
||||
--replace /usr/include/tirpc ${libtirpc}/include/tirpc
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook nukeReferences ]
|
||||
|
|
Loading…
Reference in a new issue