guix/doc
Maxim Cournoyer a02ad4592c
gexp: computed-file: Prevent mistakenly overriding default option values.
In order to do so, default to an empty options list, and expose options whose
default values are sensitive directly as keyword arguments.

* guix/gexp.scm (computed-file): Extract the LOCAL-BUILD? parameter from the
OPTIONS parameter to make it a stand-alone keyword argument.  Introduce an
OPTIONS* binding which is obtained by combining the LOCAL-BUILD? keyword and
its value with OPTIONS.
* doc/guix.texi (G-Expressions): Adjust doc.

Suggested-by: Ludovic Courtès <ludo@gnu.org>
2020-09-01 00:48:11 -04:00
..
images doc: Update 'Bootstrapping' for further binary seed reduction. 2020-05-22 16:11:52 +02:00
build.scm doc: Remove one use of 'file-append*'. 2020-05-25 23:00:30 +02:00
contributing.texi doc: Improve the instructions regarding guix git authenticate. 2020-08-27 16:04:12 -04:00
environment-gdb.scm
fdl-1.3.texi
guix-cookbook.texi doc: cookbook: Add chapter about Guix environment. 2020-08-23 10:47:35 +03:00
guix.texi gexp: computed-file: Prevent mistakenly overriding default option values. 2020-09-01 00:48:11 -04:00
htmlxref.cnf
local.mk doc: Update 'Bootstrapping' for further binary seed reduction. 2020-05-22 16:11:52 +02:00
package-hello.json doc: Document building and installing from JSON files. 2020-04-16 23:41:52 +02:00
package-hello.scm