summary refs log tree commit diff
path: root/pkgs/os-specific/bsd
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-04-23 14:59:58 +0000
committerAlyssa Ross <hi@alyssa.is>2021-04-23 14:59:58 +0000
commit152179f71dc14ae999a1ff52c9ee9f8232e60c72 (patch)
treeec8b435d8b095c542390ace3a3d31d6e27a38e50 /pkgs/os-specific/bsd
parentbb8d9a49ff9c092d24734ab50cff9d88b736d848 (diff)
downloadnixpkgs-152179f71dc14ae999a1ff52c9ee9f8232e60c72.tar
nixpkgs-152179f71dc14ae999a1ff52c9ee9f8232e60c72.tar.gz
nixpkgs-152179f71dc14ae999a1ff52c9ee9f8232e60c72.tar.bz2
nixpkgs-152179f71dc14ae999a1ff52c9ee9f8232e60c72.tar.lz
nixpkgs-152179f71dc14ae999a1ff52c9ee9f8232e60c72.tar.xz
nixpkgs-152179f71dc14ae999a1ff52c9ee9f8232e60c72.tar.zst
nixpkgs-152179f71dc14ae999a1ff52c9ee9f8232e60c72.zip
netbsd.librpcsvc: fix build
Tested by building pkgsCross.x86_64-netbsd.netbsd.librpcsvc on
x86_64-linux.
Diffstat (limited to 'pkgs/os-specific/bsd')
-rw-r--r--pkgs/os-specific/bsd/netbsd/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/os-specific/bsd/netbsd/default.nix b/pkgs/os-specific/bsd/netbsd/default.nix
index 5492ba9087e..3b303eb5064 100644
--- a/pkgs/os-specific/bsd/netbsd/default.nix
+++ b/pkgs/os-specific/bsd/netbsd/default.nix
@@ -658,6 +658,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 {