krb5: Make linux only

This commit is contained in:
William A. Kennington III 2015-04-04 20:04:15 -07:00
parent 6c07ca09e9
commit 35b442abc3

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation (rec {
description = "MIT Kerberos 5"; description = "MIT Kerberos 5";
homepage = webpage; homepage = webpage;
license = "MPL"; license = "MPL";
platforms = platforms.unix; platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ]; maintainers = with maintainers; [ wkennington ];
}; };