charybdis: unpin autotools (#428323)

This commit is contained in:
Nick Cao
2025-07-27 10:45:25 -04:00
committed by GitHub
2 changed files with 9 additions and 3 deletions
+8
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
fetchurl,
autoreconfHook,
bison,
flex,
@@ -20,6 +21,13 @@ stdenv.mkDerivation rec {
sha256 = "1lndk0yp27qm8bds4jd204ynxcq92fqmpfb0kkcla5zgky3miks3";
};
patches = [
(fetchurl {
url = "https://gitlab.alpinelinux.org/alpine/aports/-/raw/d13eb723d7e9512fb2f2516e5934bd927a92eb2c/community/charybdis/fix-missing-include.patch";
hash = "sha256-8JXYuIjoHQg+l33OjseF5nnd5ZPagBA2/bSa3Il5Te4=";
})
];
postPatch = ''
substituteInPlace include/defaults.h --replace 'PKGLOCALSTATEDIR "' '"/var/lib/charybdis'
substituteInPlace include/defaults.h --replace 'ETCPATH "' '"/etc/charybdis'
+1 -3
View File
@@ -10148,9 +10148,7 @@ with pkgs;
dnsutils = bind.dnsutils;
dig = lib.addMetaAttrs { mainProgram = "dig"; } bind.dnsutils;
charybdis = callPackage ../servers/irc/charybdis {
autoreconfHook = buildPackages.autoreconfHook269;
};
charybdis = callPackage ../servers/irc/charybdis { };
clickhouse-cli = with python3Packages; toPythonApplication clickhouse-cli;