Re: [PATCH] gnu: Add praat

2016-09-03 Thread Ludovic Courtès
Brendan Tildesley skribis: > On 2016-09-02 22:20, Ludovic Courtès wrote: >> [...] >> >>> + (add-after 'unpack 'be-timeless >>> + (lambda _ >>> + (substitute* "external/portaudio/pa_front.c" >>> + ((" \\(built \" __DATE__ \" \" __TIME__ \"\\)") "")) >>>

Re: [PATCH] gnu: Add praat

2016-09-02 Thread Brendan Tildesley
On 2016-09-02 22:20, Ludovic Courtès wrote: > [...] > >> + (add-after 'unpack 'be-timeless >> + (lambda _ >> + (substitute* "external/portaudio/pa_front.c" >> + ((" \\(built \" __DATE__ \" \" __TIME__ \"\\)") "")) >> + #t)) > Could you move i

Re: [PATCH] gnu: Add praat

2016-09-02 Thread Ludovic Courtès
Hi Brendan, Brendan Tildesley skribis: > Please discard the first patch and consider this updated version. I was > able to identify a timestamp and remove it, make the build reproducible. Awesome! > From bdc94ded90345e67885a7aa3b7e649bc546ad22c Mon Sep 17 00:00:00 2001 > From: Brendan Tildesle

Re: [PATCH] gnu: Add praat

2016-09-02 Thread ng0
Brendan Tildesley writes: > Please discard the first patch and consider this updated version. I was > able to identify a timestamp and remove it, make the build reproducible. > Also, I have added all the licenses to the best of my ability, by which > I mean I ripped off the debian package. Praat

Re: [PATCH] gnu: Add praat

2016-09-01 Thread Brendan Tildesley
Please discard the first patch and consider this updated version. I was able to identify a timestamp and remove it, make the build reproducible. Also, I have added all the licenses to the best of my ability, by which I mean I ripped off the debian package. Praat looks messy but it's fun software. F

Re: [PATCH] gnu: Add praat

2016-08-31 Thread Alex Griffin
On Tue, Aug 30, 2016, at 02:07 PM, Marius Bakke wrote: > I don't have a Guix system with audio atm so someone else will have to > review it :) It works for me on GuixSD OOTB. Brendan Tildesley wrote: > +(home-page "http://praat.org";) The docs point to "http://www.praat.org";, so I think we

Re: [PATCH] gnu: Add praat

2016-08-30 Thread Marius Bakke
Brendan Tildesley writes: > This marks my first attempt at writing a package definition for Guix. > Please assume it is broken since I still don't know what I'm doing, and > forgive me if you need to school me on things written in the manual. If > someone on GuixSD could test if it builds, load a

Re: [PATCH] gnu: Add praat

2016-08-30 Thread ng0
Hi, thanks for your patch. I am not able to apply this without editing it, could you resend it in an appended file? Brendan Tildesley writes: > This marks my first attempt at writing a package definition for Guix. > Please assume it is broken since I still don't know what I'm doing, and > forgiv