Merge pull request #120348 from alyssais/netbsd-librpcsvc
netbsd.librpcsvc: fix build
This commit is contained in:
commit
8fec31c93f
1 changed files with 5 additions and 0 deletions
|
@ -659,6 +659,11 @@ in lib.makeScopeWithSplicing
|
|||
sha256 = "14ri9w6gdhsm4id5ck133syyvbmkbknfa8w0xkklm726nskhfkj7";
|
||||
makeFlags = [ "INCSDIR=$(out)/include/rpcsvc" ];
|
||||
meta.platforms = lib.platforms.netbsd;
|
||||
nativeBuildInputs = with buildPackages.netbsd; [
|
||||
bsdSetupHook
|
||||
makeMinimal
|
||||
install tsort lorder rpcgen statHook
|
||||
];
|
||||
};
|
||||
|
||||
librt = mkDerivation {
|
||||
|
|
Loading…
Reference in a new issue