Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2018-11-11 14:28:08 +01:00
600 changed files with 13864 additions and 7148 deletions
@@ -191,6 +191,10 @@ in
[ darwin.apple_sdk.frameworks.CoreServices ];
};
iconv = attrs: {
buildFlags = lib.optional stdenv.isDarwin "--with-iconv-dir=${libiconv}";
};
# disable bundle install as it can't install anything in addition to what is
# specified in pkgs/applications/misc/jekyll/Gemfile anyway. Also do chmod_R
# to compensate for read-only files in site_template in nix store.
@@ -226,6 +230,12 @@ in
'';
};
metasploit-framework = attrs: {
preInstall = ''
export HOME=$TMPDIR
'';
};
msgpack = attrs: {
buildInputs = [ msgpack ];
};