From cf0f2cae941a3dcee033b38af80f442199bc1556 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 22 Aug 2018 23:32:56 +0200 Subject: ... --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index fa94dfd7..e8da5361 100644 --- a/hel.nix +++ b/hel.nix @@ -143,7 +143,7 @@ # configureFlags = [ "--with-systemdsystemunitdir=$(out)/lib/systemd/system" ]; # }); - fprintd = pkgs.stdenv.lib.overrideDerivation (oldAttrs: { + fprintd = pkgs.stdenv.lib.overrideDerivation pkgs.fprintd (oldAttrs: { installFlags = oldAttrs.installFlags or [] ++ [ "sysconfdir=\${out}/etc" ]; }); }; -- cgit v1.2.3