use correct path for read/write configuration

wip/yesman
Victor SENE 6 years ago
parent 45a419ab5a
commit a70779458a
  1. 2
      pkgs/tools/security/fprintd/default.nix

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libfprint glib dbus-glib polkit nss pam systemd ];
nativeBuildInputs = [ pkgconfig intltool ];
configureFlags = [ "--with-systemdsystemunitdir=$(out)/lib/systemd/system" ];
configureFlags = [ "--with-systemdsystemunitdir=$(out)/lib/systemd/system" "--localstatedir=/var" ];
meta = with stdenv.lib; {
homepage = http://www.freedesktop.org/wiki/Software/fprint/fprintd/;

Loading…
Cancel
Save