Merge branch 'staging'

Includes a security update of libxml2.
This commit is contained in:
Vladimír Čunát
2016-05-27 15:37:04 +02:00
234 changed files with 444 additions and 533 deletions

View File

@@ -50,7 +50,7 @@ let inherit (lib) nv nvs; in
# nice features:
# declaring "optional featuers" is modular. For instance:
# flags.curl = {
# configureFlags = ["--with-curl=${curl}" "--with-curlwrappers"];
# configureFlags = ["--with-curl=${curl.dev}" "--with-curlwrappers"];
# buildInputs = [curl openssl];
# };
# flags.other = { .. }