* Updated NSS.

svn path=/nixpkgs/trunk/; revision=16183
This commit is contained in:
Eelco Dolstra
2009-07-06 09:12:44 +00:00
parent a30efafa57
commit a796d839f9
4 changed files with 43 additions and 30 deletions
@@ -14,6 +14,11 @@ stdenv.mkDerivation {
configureFlags = "--enable-optimize --disable-debug";
postInstall =
''
find $out -name "*.a" | xargs rm
'';
meta = {
homepage = http://www.mozilla.org/projects/nspr/;
description = "Netscape Portable Runtime, a platform-neutral API for system-level and libc-like functions";