diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2012-12-14 18:15:37 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2012-12-14 18:15:37 +0100 |
| commit | e1b7096acdd3dedbdca92a6d20ade94b21d8561d (patch) | |
| tree | fb72d4fb70e265033bd66793446c1af9f0cd969d /.gitignore | |
| parent | b3a53fb3610ff23b75f11d58325110d29451a726 (diff) | |
daemon: Build `nix-setuid-helper'.
* daemon.am (libexec_PROGRAMS, nix_setuid_helper_SOURCES,
nix_setuid_helper_CPPFLAGS, nix_setuid_helper_LDADD): New variables.
* test-env.in: Set and export `NIX_SETUID_HELPER'.
* README (Installing Guix as non-root): New section.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8f224467c..b6786d212 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ stamp-h[0-9] /test-tmp /nix/scripts/list-runtime-roots /test-env +/nix/nix-setuid-helper/nix-setuid-helper.cc |