summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-07-24 18:00:25 -0600
committerGitHub <noreply@github.com>2023-07-24 18:00:25 -0600
commitcddf429ed8b0d1f831eb7d1ad25c5521c0106d16 (patch)
tree8366bff3f0d62c8f88db040cce8c32f288c43c45
parent916f31cd84c79b83ded53f491c846ee86c2341e8 (diff)
parent1269a601e3253b99026aa473c7a5faef472ea62e (diff)
downloadnixpkgs-cddf429ed8b0d1f831eb7d1ad25c5521c0106d16.tar
nixpkgs-cddf429ed8b0d1f831eb7d1ad25c5521c0106d16.tar.gz
nixpkgs-cddf429ed8b0d1f831eb7d1ad25c5521c0106d16.tar.bz2
nixpkgs-cddf429ed8b0d1f831eb7d1ad25c5521c0106d16.tar.lz
nixpkgs-cddf429ed8b0d1f831eb7d1ad25c5521c0106d16.tar.xz
nixpkgs-cddf429ed8b0d1f831eb7d1ad25c5521c0106d16.tar.zst
nixpkgs-cddf429ed8b0d1f831eb7d1ad25c5521c0106d16.zip
Merge pull request #245245 from sarcasticadmin/rh/1690233080ax25apps
ax25-apps: set localstatedir to /var/lib
-rw-r--r--pkgs/applications/radio/ax25-apps/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/radio/ax25-apps/default.nix b/pkgs/applications/radio/ax25-apps/default.nix
index 4f9ecd3580f..ea53d7c38b5 100644
--- a/pkgs/applications/radio/ax25-apps/default.nix
+++ b/pkgs/applications/radio/ax25-apps/default.nix
@@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
 
   configureFlags = [
     "--sysconfdir=/etc"
+    "--localstatedir=/var/lib"
     "--program-transform-name=s@^call$@ax&@;s@^listen$@ax&@"
   ];