tcb: mark as glibc-only

musl and UClibc, the other Linux libcs supported in Nixpkgs, don't
have NSS, so tcb can't be built for them.
This commit is contained in:
Alyssa Ross 2023-01-11 04:34:59 +00:00
parent d51e8ce349
commit c70e91bcc7

View file

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://www.openwall.com/tcb/";
license = licenses.bsd3;
platforms = platforms.linux;
platforms = systems.inspect.patterns.isGnu;
maintainers = with maintainers; [ izorkin ];
};
}