eggdrop: fix build with gcc5

This commit is contained in:
Pascal Wittmann
2016-03-25 19:57:07 +01:00
parent 803b21959e
commit 0d84a3fde2
2 changed files with 41 additions and 0 deletions
@@ -11,6 +11,11 @@ stdenv.mkDerivation rec {
buildInputs = [ tcl ];
patches = [
# https://github.com/eggheads/eggdrop/issues/123
./b34a33255f56bbd2317c26da12d702796d67ed50.patch
];
preConfigure = ''
prefix=$out/eggdrop
mkdir -p $prefix