diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nss.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/nss.rb b/Library/Formula/nss.rb index e5296d17f..112aa4dff 100644 --- a/Library/Formula/nss.rb +++ b/Library/Formula/nss.rb @@ -7,6 +7,8 @@ class Nss < Formula depends_on 'nspr' + keg_only 'NSS installs a libssl which conflicts with OpenSSL.' + def install ENV.deparallelize |
