forked from mirrors/nixpkgs
fprintd: set sysconfdir
This commit is contained in:
parent
bfc2ea774e
commit
1bb51a3a86
|
@ -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…
Reference in a new issue