summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 0d8ffb73..b60a8971 100644
--- a/hel.nix
+++ b/hel.nix
@@ -141,7 +141,7 @@
141 nativeBuildInputs = with pkgs; [ pkgconfig intltool autoreconfHook gtk-doc ]; 141 nativeBuildInputs = with pkgs; [ pkgconfig intltool autoreconfHook gtk-doc ];
142 142
143 configureFlags = [ "--with-systemdsystemunitdir=$(out)/lib/systemd/system" ]; 143 configureFlags = [ "--with-systemdsystemunitdir=$(out)/lib/systemd/system" ];
144 }); 144 };
145 }; 145 };
146 146
147 nixpkgs.config.allowUnfree = true; 147 nixpkgs.config.allowUnfree = true;