mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
charybdis: fix motd
without this change, it looks for motd in the etc/ inside the store path, so services.charybdis.motd ends up having no effect
This commit is contained in:
parent
bfa65d757a
commit
6a5e88d0f8
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace include/defaults.h --replace 'PKGLOCALSTATEDIR "' '"/var/lib/charybdis'
|
||||
substituteInPlace include/defaults.h --replace 'ETCPATH "' '"/etc/charybdis'
|
||||
'';
|
||||
|
||||
autoreconfPhase = "sh autogen.sh";
|
||||
|
|
Loading…
Reference in a new issue