summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/hel.nix b/hel.nix
index f7bb34d7..1ec185ae 100644
--- a/hel.nix
+++ b/hel.nix
@@ -126,10 +126,6 @@
126 126
127 configureFlags = [ "--with-udev-rules-dir=$(out)/lib/udev/rules.d" ]; 127 configureFlags = [ "--with-udev-rules-dir=$(out)/lib/udev/rules.d" ];
128 }; 128 };
129
130 fprintd = pkgs.stdenv.lib.overrideDerivation pkgs.fprintd (oldAttrs: {
131 makeFlags = oldAttrs.makeFlags or [] ++ [ "PREFIX=$(out)" ];
132 });
133 }; 129 };
134 130
135 nixpkgs.config.allowUnfree = true; 131 nixpkgs.config.allowUnfree = true;