mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
ax25-apps: set localstatedir to /var/lib
Previously, localstatedir was being defaulting to path inside /nix/store so some AX.25 applications were not able to write their state to disk.
This commit is contained in:
parent
068166ff0f
commit
1269a601e3
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [
|
||||
"--sysconfdir=/etc"
|
||||
"--localstatedir=/var/lib"
|
||||
"--program-transform-name=s@^call$@ax&@;s@^listen$@ax&@"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user