mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
netbsd.install: drop darwin.libutil
dependency
This commit is contained in:
parent
d1e7262564
commit
7863b8cf18
@ -11,7 +11,6 @@
|
||||
groff,
|
||||
compatIfNeeded,
|
||||
fts,
|
||||
darwin,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
@ -44,8 +43,7 @@ mkDerivation {
|
||||
# fts header is needed. glibc already has this header, but musl doesn't,
|
||||
# so make sure pkgsMusl.netbsd.install still builds in case you want to
|
||||
# remove it!
|
||||
++ [ fts ]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.libutil ];
|
||||
++ [ fts ];
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user