Merge pull request #217027 from yu-re-ka/musl-libvirt

pkgsMusl.libvirt: fix build
This commit is contained in:
Jonas Heinrich 2023-02-19 11:00:46 +01:00 committed by GitHub
commit c1e37b7573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,7 +290,7 @@ stdenv.mkDerivation rec {
(feat "libpcap" true)
(feat "libssh2" true)
(feat "login_shell" isLinux)
(feat "nss" isLinux)
(feat "nss" (isLinux && !stdenv.hostPlatform.isMusl))
(feat "numactl" isLinux)
(feat "numad" isLinux)
(feat "pciaccess" isLinux)