Re: Check whether package has substitution

2019-05-14 Thread Ludovic Courtès
Hi, sirgazil skribis: > $ guix package -m manifest.scm > would install new manifest from 'aggregate-manifest.scm' with 45 entries > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > The following derivations would be built: >/gnu/store/...-abc.drv >/gnu/store/.

Re: Check whether package has substitution

2019-05-13 Thread sirgazil
Hi znavko, On Mon, 13 May 2019 11:22:01 -0500 wrote > Hello! Users that have experience to install packages from binaries may have > troubles waiting compilation process. > I want to propose some things that can appreciably improve Guix users > experience. > > Users do not wa

Re: Check whether package has substitution

2019-05-13 Thread Gábor Boskovits
Hello! ezt írta (időpont: 2019. máj. 13., H, 18:22): > Hello! Users that have experience to install packages from binaries may > have troubles waiting compilation process. > I want to propose some things that can appreciably *improve Guix users > experience*. > > Users do not want to wait the co

Re: Check whether package has substitution

2019-05-13 Thread Tobias Geerinckx-Rice
Znavko, This doesn't address all points in your e-mail, but some days ago I too was suprised by the fact that ‘guix weather PACKAGE-SPEC’ didn't just do what I expected. I'll clean up my patch to do so (mainly testing that it actually works for other use cases than my… two :-) and send it in

Check whether package has substitution

2019-05-13 Thread znavko
Hello! Users that have experience to install packages from binaries may have troubles waiting compilation process. I want to propose some things that can appreciably improve Guix users experience. Users do not want to wait the compilation process. This may happen on installation and update. Gui