fprintd: set sysconfdir

wip/yesman
Michael Peyton Jones 5 years ago
parent bfc2ea774e
commit 1bb51a3a86
No known key found for this signature in database
GPG Key ID: 86A43C24A728F66D
  1. 6
      pkgs/tools/security/fprintd/default.nix

@ -17,7 +17,11 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig intltool ];
configureFlags = [ "--with-systemdsystemunitdir=$(out)/lib/systemd/system" "--localstatedir=/var" ];
configureFlags = [
"--with-systemdsystemunitdir=${placeholder "out"}/lib/systemd/system"
"--localstatedir=/var"
"--sysconfdir=${placeholder "out"}/etc"
];
meta = with stdenv.lib; {
homepage = https://fprint.freedesktop.org/;

Loading…
Cancel
Save