ntirpc: fixup build (missing #include)
https://hydra.nixos.org/build/213259376 No idea why it regressed *now*, but I don't expect it matters.
This commit is contained in:
parent
6a3acb9982
commit
eb157e657a
@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace ntirpc/netconfig.h --replace "/etc/netconfig" "$out/etc/netconfig"
|
||||
sed '1i#include <assert.h>' -i src/work_pool.c
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
Loading…
Reference in New Issue
Block a user