mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
ntirpc: split output -> out, dev
This commit is contained in:
parent
96de48f57a
commit
dbadf9d8c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user