eggdrop: fix build

wip/yesman
Robin Gloster 8 years ago
parent bbbaccfa68
commit bdbce02057
  1. 6
      pkgs/tools/networking/eggdrop/default.nix

@ -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

Loading…
Cancel
Save