eggdrop: fix build
This commit is contained in:
parent
bbbaccfa68
commit
bdbce02057
@ -13,14 +13,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ tcl ];
|
buildInputs = [ tcl ];
|
||||||
|
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
patches = [
|
|
||||||
# https://github.com/eggheads/eggdrop/issues/123
|
|
||||||
./b34a33255f56bbd2317c26da12d702796d67ed50.patch
|
|
||||||
];
|
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
prefix=$out/eggdrop
|
prefix=$out/eggdrop
|
||||||
mkdir -p $prefix
|
mkdir -p $prefix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user