Re: wrap-program –> wrap-script

2019-12-19 Thread Ludovic Courtès
Hello! Ricardo Wurmus skribis: > I’ve just pushed a change to use wrap-script in one package. The > purpose of wrap-script is to wrap an executable without having to create > a separate wrapper shell script. It does this by prepending a Guile > script to the top of the file, which sets the env

Re: wrap-program –> wrap-script

2019-12-17 Thread Ricardo Wurmus
Efraim Flashner writes: > On Wed, Dec 11, 2019 at 04:57:41PM +0100, Ricardo Wurmus wrote: […] >> I’ve just pushed a change to use wrap-script in one package. […] >> >> 2) we aren’t using wrap-script anywhere. I think a good use case would >> be the Python build system’s “wrap” phase where we

Re: wrap-program –> wrap-script

2019-12-17 Thread Efraim Flashner
On Wed, Dec 11, 2019 at 04:57:41PM +0100, Ricardo Wurmus wrote: > Hi Guix, > > I’ve just pushed a change to use wrap-script in one package. The > purpose of wrap-script is to wrap an executable without having to create > a separate wrapper shell script. It does this by prepending a Guile > scrip

Re: wrap-program –> wrap-script

2019-12-13 Thread Maxim Cournoyer
Hello Ricardo, Ricardo Wurmus writes: > Hi Guix, > > I’ve just pushed a change to use wrap-script in one package. The > purpose of wrap-script is to wrap an executable without having to create > a separate wrapper shell script. It does this by prepending a Guile > script to the top of the file