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:
parent
d51e8ce349
commit
c70e91bcc7
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue