~ruther/guix-local

dadee6cd6e775741d85e8b968e7f1ce3123385a4 — Ludovic Courtès 12 years ago 8bc755c
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M scripts/guix.in
M scripts/guix.in => scripts/guix.in +1 -1
@@ 1,4 1,4 @@
#!@GUILE@ -s
#!@GUILE@ --no-auto-compile
-*- scheme -*-
!#
;;; GNU Guix --- Functional package management for GNU