bug#34574: Confusing manual entry for gexp->file

2019-03-08 Thread Ludovic Courtès
Hi Florian, "pelzflorian (Florian Pelz)" skribis: > On Wed, Mar 06, 2019 at 02:17:49PM +0100, Ludovic Courtès wrote: >> Hi Florian, >> >> "pelzflorian (Florian Pelz)" skribis: >> >> > The Guix manual contains the following description of gexp->file: >> > >> > -- Monadic Procedure: gexp->file

bug#34574: Confusing manual entry for gexp->file

2019-03-06 Thread pelzflorian (Florian Pelz)
On Wed, Mar 06, 2019 at 02:17:49PM +0100, Ludovic Courtès wrote: > Hi Florian, > > "pelzflorian (Florian Pelz)" skribis: > > > The Guix manual contains the following description of gexp->file: > > > > -- Monadic Procedure: gexp->file NAME EXP [#:set-load-path? #t] > > [#:module-path %

bug#34574: Confusing manual entry for gexp->file

2019-03-06 Thread Ludovic Courtès
Hi Florian, "pelzflorian (Florian Pelz)" skribis: > The Guix manual contains the following description of gexp->file: > > -- Monadic Procedure: gexp->file NAME EXP [#:set-load-path? #t] > [#:module-path %load-path] [#:splice? #f] [#:guile > (default-guile)] Return a derivation

bug#34574: Confusing manual entry for gexp->file

2019-02-19 Thread pelzflorian (Florian Pelz)
Hello, The Guix manual contains the following description of gexp->file: -- Monadic Procedure: gexp->file NAME EXP [#:set-load-path? #t] [#:module-path %load-path] [#:splice? #f] [#:guile (default-guile)] Return a derivation that builds a file NAME containing EXP. When SPLI