ntirpc: split output -> out, dev

This commit is contained in:
Markus Kowalewski 2024-08-29 23:07:08 +02:00
parent 96de48f57a
commit dbadf9d8c6

View File

@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-Txtc0Oyt/WfZiMe26uMzx3HFq/YaeU6cYfjPQwh0uQg=";
};
outputs = [ "out" "dev" ];
postPatch = ''
substituteInPlace ntirpc/netconfig.h --replace "/etc/netconfig" "$out/etc/netconfig"
sed '1i#include <assert.h>' -i src/work_pool.c