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/.

./configure fails when building Guix

2019-05-14 Thread HiPhish
Hello everyone, I am trying to set up Guix for proper local development, but it fails during the configuration step because the script cannot find the guild binary. Here is what I did: - Check out the Guix repo - Switch to a local branch - run `guix environment guix` in order to set up all depe

Re: ./configure fails when building Guix

2019-05-14 Thread Julien Lepiller
Le 14 mai 2019 11:52:40 GMT+02:00, HiPhish a écrit : >Hello everyone, > >I am trying to set up Guix for proper local development, but it fails >during >the configuration step because the script cannot find the guild binary. >Here is >what I did: > >- Check out the Guix repo >- Switch to a local

Re: ./configure fails when building Guix

2019-05-14 Thread HiPhish
On Tuesday, 14 May 2019 12:51:03 CEST Julien Lepiller wrote: > Le 14 mai 2019 11:52:40 GMT+02:00, HiPhish a écrit : > > I get that too on foreign distros. Here configure finds your distso's guile > (in /usr/bin). Try to run configure inside a pure guix environment: > > guix environment guix --pu

Re: Update on 1.0.1

2019-05-14 Thread Ludovic Courtès
Hi Amin, Amin Bandali skribis: > Not critical, but it would be nice to update guix-install.sh to mention > “ci.guix.gnu.org” instead of “ci.guix.info” for clarity, similar to this > previous commit of yours [0] from a while back. Ricardo fixed it recently, thanks! Ludo’.

Re: Update on 1.0.1

2019-05-14 Thread Ludovic Courtès
Giovanni Biscuolo skribis: > Ludovic Courtès writes: > > [...] > >> Any other really important bit people would like to address? > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35655 > (Installer: mount error using btrfs on already formatted partition) Looks like this one should be fixed! If

Parameterized packages

2019-05-14 Thread Ludovic Courtès
Hello Guix! While thinking about and looking for ways to allow users to install just the locales they need right from ‘guix package’, I realized that “parameterized packages” are a low-hanging fruit (by “parameterized packages” I mean something kinda like Gen

Re: Parameterized packages

2019-05-14 Thread Tobias Geerinckx-Rice
Ludo', Ludovic Courtès wrote: While thinking about and looking for ways to allow users to install just the locales they need right from ‘guix package’, I realized that “parameterized packages” are a low-hanging fruit Wow. Unexpected turn… I'm still th

guix pull --commit and custom channel ?

2019-05-14 Thread zimoun
Dear, When speaking about "Scientific Reproducibilty", one would roll-back to a previous state of Guix. And it is possible with `guix pull --commit='. (noting it is only possible for not too old states, say v0.15 or post-inferior?) However, it is not possible to roll-back the state of a custom

Re: guix pull --commit and custom channel ?

2019-05-14 Thread zimoun
Hi, Thank you. Sorry for the noise, I missed the option in the manual. > This is already possible: > > $ guix describe -f channels > my-channels.scm > $ guix pull -C my-channels.scm Well, it fits perfectly my needs. :-) All the best, simon

Re: guix pull --commit and custom channel ?

2019-05-14 Thread Marius Bakke
zimoun writes: > Dear, > > When speaking about "Scientific Reproducibilty", one would roll-back > to a previous state of Guix. And it is possible with `guix pull > --commit='. > > (noting it is only possible for not too old states, say v0.15 or > post-inferior?) > > > However, it is not possible

guix package --search slow ?

2019-05-14 Thread zimoun
Dear, When searching packages with `guix search`, it appears to me slow; especially compared to `aptitude` of Debian. Say on my machine: $ time guix package --search=python-numpy | recsel -p name - name: python-numpy name: python-numpy-documentation name: python-numpydoc name: python2-numpy-docu

Re: guix package --search slow ?

2019-05-14 Thread Ricardo Wurmus
For me this command time guix package --search=python-numpy when run for the first time takes real 0m4.729s user 0m1.332s sys 0m0.815s All following invocations finish in about a second: real 0m1.469s user 0m1.459s sys 0m0.108s -- Ricardo

Re: GNU gettext 0.20.1 released

2019-05-14 Thread Miguel
Hi Tobias, Tobias Geerinckx-Rice : > Bruno, > > Wow. Thank you for this great summary! Would that all projects > published such clear (and custom) release notes… <3 > > I see that gnu/packages/gettext.scm has a nice chronological list > of copyright lines, which does make it appear as if I'

Re: guix package --search slow ?

2019-05-14 Thread Meiyo Peng
Hi zimoun, zimoun writes: > When searching packages with `guix search`, it appears to me slow; > especially compared to `aptitude` of Debian. > ... > What should be done to improve the search speed? I remember "guix package --search" has always been pretty fast since this patch series of Ludovic