···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,
014 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 ];
047 installPhase = ''
48 runHook preInstall
49