summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-08-22 23:35:07 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-08-22 23:35:07 +0200
commitc8e2b6ba08d602b1b2f926c279524a8fa1bffcb7 (patch)
treecd99d9ab5c281fbe78cfa7ad5d45f245056a94fc
parent640739b7e9a045f580fe30eb99fee45c32f2af4d (diff)
downloadnixos-c8e2b6ba08d602b1b2f926c279524a8fa1bffcb7.tar
nixos-c8e2b6ba08d602b1b2f926c279524a8fa1bffcb7.tar.gz
nixos-c8e2b6ba08d602b1b2f926c279524a8fa1bffcb7.tar.bz2
nixos-c8e2b6ba08d602b1b2f926c279524a8fa1bffcb7.tar.xz
nixos-c8e2b6ba08d602b1b2f926c279524a8fa1bffcb7.zip
...
-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;