netbsd.librpcsvc: fix build
Tested by building pkgsCross.x86_64-netbsd.netbsd.librpcsvc on x86_64-linux.
This commit is contained in:
parent
bb8d9a49ff
commit
152179f71d
@ -658,6 +658,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