gexp: Add 'load-path?' field to <scheme-file>.
authorLudovic Courtès <ludo@gnu.org>
Wed, 22 Apr 2020 13:24:47 +0000 (15:24 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 22 Apr 2020 17:23:57 +0000 (19:23 +0200)
commit34faf63ebc9221f5cac460bc54237ea8436d5046
tree72fcf08ec92d539392f7713eb22eaf3a5d42dceb
parentf916ac128a2c4f65f06f6a5148a4862855754d1a
gexp: Add 'load-path?' field to <scheme-file>.

* guix/gexp.scm (<scheme-file>)[load-path?]: New field.
(scheme-file): Add #:set-load-path? and honor it.
(scheme-file-compiler): Pass #:set-load-path? to 'gexp->file'.
* doc/guix.texi (G-Expressions): Document it.
doc/guix.texi
guix/gexp.scm