diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ | |||
143 | # configureFlags = [ "--with-systemdsystemunitdir=$(out)/lib/systemd/system" ]; | 143 | # configureFlags = [ "--with-systemdsystemunitdir=$(out)/lib/systemd/system" ]; |
144 | # }); | 144 | # }); |
145 | 145 | ||
146 | fprintd = pkgs.stdenv.lib.overrideDerivation (oldAttrs: { | 146 | fprintd = pkgs.stdenv.lib.overrideDerivation pkgs.fprintd (oldAttrs: { |
147 | installFlags = oldAttrs.installFlags or [] ++ [ "sysconfdir=\${out}/etc" ]; | 147 | installFlags = oldAttrs.installFlags or [] ++ [ "sysconfdir=\${out}/etc" ]; |
148 | }); | 148 | }); |
149 | }; | 149 | }; |