Merge remote-tracking branch 'upstream/master' into hardened-stdenv

This commit is contained in:
Robin Gloster
2016-03-28 15:16:29 +00:00
628 changed files with 60034 additions and 8180 deletions
@@ -13,8 +13,14 @@ stdenv.mkDerivation rec {
buildInputs = [ tcl ];
hardeningDisable = [ "format" ];
patches = [
# https://github.com/eggheads/eggdrop/issues/123
./b34a33255f56bbd2317c26da12d702796d67ed50.patch
];
preConfigure = ''
prefix=$out/eggdrop
mkdir -p $prefix