pkgsMusl.netbsd.install: fix build (#196260)

This commit is contained in:
Yureka 2022-10-19 00:22:54 +02:00 committed by GitHub
parent 3834216ec6
commit a25e03e76a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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