From 1a535ac4210081f75d67f806c0019c1c3eff2c61 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 22 Aug 2018 23:55:45 +0200 Subject: ... --- hel.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hel.nix b/hel.nix index 269ea339..7856e561 100644 --- a/hel.nix +++ b/hel.nix @@ -128,8 +128,8 @@ }; fprintd = pkgs.stdenv.lib.overrideDerivation pkgs.fprintd (oldAttrs: { - configureFlags = oldAttrs.configureFlags or [] ++ ["--sysconfdir=/etc"]; - installFlags = oldAttrs.installFlags or [] ++ ["sysconfdir=\${out}/etc"]; + configureFlags = oldAttrs.configureFlags or [] ++ ["--sysconfdir=/etc" "--localstatedir=/var"]; + installFlags = oldAttrs.installFlags or [] ++ ["sysconfdir=\${out}/etc" "--localstatedir=\${TMPDIR}"]; }); }; -- cgit v1.2.3