0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge branch 'staging'

There are some Darwin regressions and a mysterious Lisp issue,
but also a security update of curl...
This commit is contained in:
Vladimír Čunát 2018-02-03 10:56:07 +01:00
commit dd57c63793
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
68 changed files with 438 additions and 161 deletions

View file

@ -69,7 +69,6 @@ in
[ (self: super: {
openssh = super.openssh.override {
hpnSupport = true;
withKerberos = true;
kerberos = self.libkrb5;
};
};