ax25-tools: 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.

+4 -1
+4 -1
pkgs/applications/radio/ax25-tools/default.nix
··· 17 17 sha256 = "sha256-kqnLi1iobcufVWMPxUyaRsWKIPyTvtUkuMERGQs2qgY="; 18 18 }; 19 19 20 - configureFlags = [ "--sysconfdir=/etc" ]; 20 + configureFlags = [ 21 + "--sysconfdir=/etc" 22 + "--localstatedir=/var/lib" 23 + ]; 21 24 22 25 meta = with lib; { 23 26 description = "Non-GUI tools used to configure an AX.25 enabled computer";