diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-08-22 23:35:07 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-08-22 23:35:07 +0200 |
commit | c8e2b6ba08d602b1b2f926c279524a8fa1bffcb7 (patch) | |
tree | cd99d9ab5c281fbe78cfa7ad5d45f245056a94fc | |
parent | 640739b7e9a045f580fe30eb99fee45c32f2af4d (diff) | |
download | nixos-c8e2b6ba08d602b1b2f926c279524a8fa1bffcb7.tar nixos-c8e2b6ba08d602b1b2f926c279524a8fa1bffcb7.tar.gz nixos-c8e2b6ba08d602b1b2f926c279524a8fa1bffcb7.tar.bz2 nixos-c8e2b6ba08d602b1b2f926c279524a8fa1bffcb7.tar.xz nixos-c8e2b6ba08d602b1b2f926c279524a8fa1bffcb7.zip |
...
-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; |