mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #50478 from Vskilet/fprintd-fix
nixos/fprintd : use correct path for read/write configuration
This commit is contained in:
commit
ff15da0b06
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue