inadyn: explicitly set localstatedir & sysconfdir
Otherwise this service will fail to start with: inadyn[600988]: No write permission to /nix/store/pw5mi9rcrfwihwp4yr8azn91lvqzh07q-inadyn-2.11.0/var/run, aborting. Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
This commit is contained in:
parent
8acef304ef
commit
6d49e50f5f
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ gnutls libite libconfuse ];
|
buildInputs = [ gnutls libite libconfuse ];
|
||||||
|
|
||||||
|
configureFlags = [
|
||||||
|
"--sysconfdir=/etc"
|
||||||
|
"--localstatedir=/var"
|
||||||
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue