Re: [PATCH 2/3] gnu: Add hidapi.

2016-10-26 Thread David Craven
> There is no configure script in the release tarball, so I think we > either need this or: Ah ok then... (zero? (system* "autoreconf" "-vfi")) might be nicer than (system* "./bootstrap.sh") but doesn't really matter. I thought that when you create a tarball with `make dist` the configure file is

Re: [PATCH 2/3] gnu: Add hidapi.

2016-10-26 Thread Theodoros Foradis
David Craven writes: > I don't think we need this: > > (arguments > + '(#:phases > + (modify-phases %standard-phases > + (add-before 'configure 'bootstrap > +(lambda _ > + (system* "./bootstrap") > + #t) > >> +

Re: [PATCH 2/3] gnu: Add hidapi.

2016-10-26 Thread David Craven
I don't think we need this: (arguments + '(#:phases + (modify-phases %standard-phases + (add-before 'configure 'bootstrap +(lambda _ + (system* "./bootstrap") + #t) > +(native-inputs `(("autoconf" ,autoconf) >