On 2020-05-29, Ludovic Courtès wrote: > Ludovic Courtès skribis: > >> I think we should change our pre-push hook as shown below. > > I’ve pushed it in e65a44649e8d7698c4a888f1de625a67052520e9. > To all committers: please do use it from now on: > > cp etc/guix/pre-push .git/hooks/ > > If you never run “make authenticate” before, the first run takes a few > minutes. You might want to run it before your first ‘git push’. > > Please report any issues, slowness, errors, unhappiness, whatever! $ guix environment --pure guix --ad-hoc guile git gnupg -- make authenticate ... configure: checking for guile 3.0 configure: checking for guile 2.2 configure: error: No Guile development packages were found. Without --pure i'm getting the same thing. Running on Guix System with commit e78275608065ef073775fabb9f1a757da65851f2 + some changes I was hoping to push soon, but really can't imagine those breaking the above. live well, vagrant