Merge branch 'master' into stdenv-updates
Conflict in kerberos, which was updated both in master and in stdenv-updates. Kept the stdenv-updates version, except pulled in the enableParallelBuilding change from master. Signed-off-by: Shea Levy <shea@shealevy.com> Conflicts: pkgs/development/libraries/kerberos/krb5.nix
This commit is contained in:
@@ -25,6 +25,8 @@ stdenv.mkDerivation (rec {
|
||||
|
||||
#doCheck = true; # report: No suitable file for testing purposes
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
description = "MIT Kerberos 5";
|
||||
homepage = webpage;
|
||||
|
||||
Reference in New Issue
Block a user