fprintd: set sysconfdir
This commit is contained in:
parent
bfc2ea774e
commit
1bb51a3a86
@ -17,7 +17,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool ];
|
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; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://fprint.freedesktop.org/;
|
homepage = https://fprint.freedesktop.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user