Re: Specifying dependencies in manifest

2020-12-15 Thread Ludovic Courtès
zimoun skribis: > Maybe this function could go to the module imported by manifest. WDYT? Yes, that could be a utility procedure in (guix packages). (bag-direct-inputs (package->bag p)) may not be far from it… Ludo’.

Re: Specifying dependencies in manifest

2020-12-14 Thread zimoun
Hi, On Mon, 14 Dec 2020 at 11:41, Ludovic Courtès wrote: >> how to specify "dependencies of package" in a manifest? > > There’s no standard procedure that does that currently (it’s buried in > (guix scripts environment)) but it’d be nice to have. I had a tiny patch that export ’package-environm

Re: Specifying dependencies in manifest

2020-12-14 Thread Ludovic Courtès
Hi, Hartmut Goebel skribis: > how to specify "dependencies of package" in a manifest? There’s no standard procedure that does that currently (it’s buried in (guix scripts environment)) but it’d be nice to have. Ludo’.