Skip to content

Commit

Permalink
fprintd: use correct path for configuration
Browse files Browse the repository at this point in the history
(cherry picked from commit a707794)
  • Loading branch information
Vskilet authored and lheckemann committed Nov 17, 2018
1 parent 0f7a562 commit 3078bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/security/fprintd/default.nix
Expand Up @@ -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/;
Expand Down

0 comments on commit 3078bca

Please sign in to comment.