about summary refs log tree commit diff
path: root/pkgs/os-specific/bsd/netbsd/pkgs/include.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/bsd/netbsd/pkgs/include.nix')
-rw-r--r--pkgs/os-specific/bsd/netbsd/pkgs/include.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/os-specific/bsd/netbsd/pkgs/include.nix b/pkgs/os-specific/bsd/netbsd/pkgs/include.nix
index 6df34b96095e7..1048016b81e2f 100644
--- a/pkgs/os-specific/bsd/netbsd/pkgs/include.nix
+++ b/pkgs/os-specific/bsd/netbsd/pkgs/include.nix
@@ -7,7 +7,6 @@
   install,
   mandoc,
   groff,
-  rsync,
   nbperf,
   rpcgen,
   defaultMakeFlags,
@@ -15,6 +14,7 @@
 }:
 
 mkDerivation {
+  noLibc = true;
   path = "include";
   nativeBuildInputs = [
     bsdSetupHook
@@ -23,7 +23,6 @@ mkDerivation {
     install
     mandoc
     groff
-    rsync
     nbperf
     rpcgen
   ];