mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
eggdrop: fix build
This commit is contained in:
parent
bbbaccfa68
commit
bdbce02057
@ -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…
Reference in New Issue
Block a user