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.
This commit is contained in:
parent
8bc755c08c
commit
dadee6cd6e
|
@ -1,4 +1,4 @@
|
||||||
#!@GUILE@ -s
|
#!@GUILE@ --no-auto-compile
|
||||||
-*- scheme -*-
|
-*- scheme -*-
|
||||||
!#
|
!#
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
|
|
Loading…
Reference in New Issue