mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
pkgsMusl.netbsd.install: fix build (#196260)
This commit is contained in:
parent
3834216ec6
commit
a25e03e76a
@ -297,7 +297,11 @@ in lib.makeScopeWithSplicing
|
||||
mandoc groff rsync
|
||||
];
|
||||
skipIncludesPhase = true;
|
||||
buildInputs = with self; compatIfNeeded;
|
||||
buildInputs = with self; compatIfNeeded
|
||||
# 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 ];
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user