diff options
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |