gexp: 'program-file' has a new #:module-path parameter.
authorLudovic Courtès <ludo@gnu.org>
Fri, 23 Mar 2018 17:35:32 +0000 (18:35 +0100)
committerLudovic Courtès <ludo@gnu.org>
Fri, 23 Mar 2018 17:41:07 +0000 (18:41 +0100)
commit427ec19e8887b8036690734564a86496000e12a6
treece9262cc6a68c9e1a3f23cc3024b32fe9a8d585f
parent1ae16033f34cebe802023922436883867010850f
gexp: 'program-file' has a new #:module-path parameter.

* guix/gexp.scm (<program-file>): Add 'path' field.
(program-file): Add #:module-path parameter and honor it.
(program-file-compiler): Honor the 'path' field.
* tests/gexp.scm ("program-file #:module-path"): New test.
* doc/guix.texi (G-Expressions): Update.
doc/guix.texi
guix/gexp.scm
tests/gexp.scm