diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-09-26 23:25:53 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-09-27 00:46:17 +0200 |
commit | dadee6cd6e775741d85e8b968e7f1ce3123385a4 (patch) | |
tree | 9e1eb30bae4539fc2a105a11f67161654e99eb42 /scripts | |
parent | 8bc755c08c08577193291dc07013d48e25522aae (diff) | |
download | patches-dadee6cd6e775741d85e8b968e7f1ce3123385a4.tar patches-dadee6cd6e775741d85e8b968e7f1ce3123385a4.tar.gz |
Run 'guix' with '--no-auto-compile'.
* scripts/guix.in: Change '-s' to '--no-auto-compile'. This avoids
annoying messages about auto-compilation, and avoids permission denied
issues when running without write access in the usual places.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/guix.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/guix.in b/scripts/guix.in index 4015560cd5..c99e866361 100644 --- a/scripts/guix.in +++ b/scripts/guix.in @@ -1,4 +1,4 @@ -#!@GUILE@ -s +#!@GUILE@ --no-auto-compile -*- scheme -*- !# ;;; GNU Guix --- Functional package management for GNU |