netbsd.install: drop `darwin.libutil` dependency

Emily 7863b8cf d1e72625

+1 -3
+1 -3
pkgs/os-specific/bsd/netbsd/pkgs/install/package.nix
··· 11 groff, 12 compatIfNeeded, 13 fts, 14 - darwin, 15 stdenv, 16 }: 17 ··· 44 # fts header is needed. glibc already has this header, but musl doesn't, 45 # so make sure pkgsMusl.netbsd.install still builds in case you want to 46 # remove it! 47 - ++ [ fts ] 48 - ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.libutil ]; 49 installPhase = '' 50 runHook preInstall 51
··· 11 groff, 12 compatIfNeeded, 13 fts, 14 stdenv, 15 }: 16 ··· 43 # fts header is needed. glibc already has this header, but musl doesn't, 44 # so make sure pkgsMusl.netbsd.install still builds in case you want to 45 # remove it! 46 + ++ [ fts ]; 47 installPhase = '' 48 runHook preInstall 49