From f8a8ce435ac5520aefa50500236d7c2ff1a86ff1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 22 Aug 2018 23:47:03 +0200 Subject: ... --- hel.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hel.nix b/hel.nix index f0af3e63..269ea339 100644 --- a/hel.nix +++ b/hel.nix @@ -129,6 +129,7 @@ fprintd = pkgs.stdenv.lib.overrideDerivation pkgs.fprintd (oldAttrs: { configureFlags = oldAttrs.configureFlags or [] ++ ["--sysconfdir=/etc"]; + installFlags = oldAttrs.installFlags or [] ++ ["sysconfdir=\${out}/etc"]; }); }; -- cgit v1.2.3