eggdrop: fix build

This commit is contained in:
Robin Gloster 2016-04-04 16:17:14 +00:00
parent bbbaccfa68
commit bdbce02057

View File

@ -13,14 +13,8 @@ stdenv.mkDerivation rec {
buildInputs = [ tcl ];
hardeningDisable = [ "format" ];
patches = [
# https://github.com/eggheads/eggdrop/issues/123
./b34a33255f56bbd2317c26da12d702796d67ed50.patch
];
preConfigure = ''
prefix=$out/eggdrop
mkdir -p $prefix