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