nss: Add platforms

This commit is contained in:
William A. Kennington III 2015-09-18 13:41:47 -07:00
parent ac1bf75056
commit ec18091961

View File

@ -82,5 +82,6 @@ in stdenv.mkDerivation rec {
meta = {
homepage = https://developer.mozilla.org/en-US/docs/NSS;
description = "A set of libraries for development of security-enabled client and server applications";
platforms = stdenv.lib.platforms.all;
};
}