Re: [PATCH 1/2] gnu: Add freealut.

2016-03-21 Thread David Hashe
On Mon, Mar 21, 2016 at 4:24 PM, Ricardo Wurmus < ricardo.wur...@mdc-berlin.de> wrote: > > David Hashe writes: > > >> I see that Arch and Fedora both use the tarball from here: > >> > >> > >> > http://pkgs.fedoraproject.org/repo/pkgs/freealut/freealut-1.1.0.tar.gz/e089b28a0267faabdb6c079ee173664a

Re: [PATCH 1/2] gnu: Add freealut.

2016-03-21 Thread Ricardo Wurmus
David Hashe writes: >> I see that Arch and Fedora both use the tarball from here: >> >> >> http://pkgs.fedoraproject.org/repo/pkgs/freealut/freealut-1.1.0.tar.gz/e089b28a0267faabdb6c079ee173664a/freealut-1.1.0.tar.gz >> >> The advantage of that tarball is that it doesn’t require bootstrapping, >

Re: [PATCH 1/2] gnu: Add freealut.

2016-03-21 Thread David Hashe
Hi Ricardo, Thanks for taking the time to review this! On Mon, Mar 21, 2016 at 9:36 AM, Ricardo Wurmus < ricardo.wur...@mdc-berlin.de> wrote: > > Hi David, > > thank you for the patch! > > > * gnu/packages/audio.scm (freealut): New variable. > > --- > > [...] > > > > > +(define-public freealut >

Re: [PATCH 1/2] gnu: Add freealut.

2016-03-21 Thread Ricardo Wurmus
Hi David, thank you for the patch! > * gnu/packages/audio.scm (freealut): New variable. > --- [...] > > +(define-public freealut > + (package > +(name "freealut") > +(version "1.1.0") > +(source (origin > + (method git-fetch) > + (uri (git-reference > +