Merge branch 'master' into staging-next

Hydra: ?compare=1474536
This commit is contained in:
Vladimír Čunát
2018-08-20 09:15:33 +02:00
187 changed files with 3389 additions and 1528 deletions
+3 -2
View File
@@ -113,9 +113,10 @@ in stdenv.mkDerivation rec {
rm -f "$out"/lib/*.a
'';
meta = {
meta = with stdenv.lib; {
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;
license = licenses.mpl20;
platforms = platforms.all;
};
}