Re: [PATCH v4] gnu: Add teensy-loader-cli.

2016-06-14 Thread Hartmut Goebel
Am 13.06.2016 um 22:41 schrieb Leo Famulari: > What do you think about the changes suggested here? > http://lists.gnu.org/archive/html/guix-devel/2016-06/msg00131.html Oh, I missed this. Thanks for pointing me to it. The quasiquote is what I was looking for, thanks. I'll send an updated patch la

Re: [PATCH v4] gnu: Add teensy-loader-cli.

2016-06-13 Thread Leo Famulari
On Sun, Jun 12, 2016 at 08:03:17PM +0200, Hartmut Goebel wrote: > Hi, > > I just wanted to remind about this small patch > > From: Hartmut Goebel > Subject: [PATCH v4] gnu: Add teensy-loader-cli. > Date: Thu, 2 Jun 2016 12:35:07 +0200 > > https://list

Re: [PATCH v4] gnu: Add teensy-loader-cli.

2016-06-12 Thread Hartmut Goebel
Hi, I just wanted to remind about this small patch From: Hartmut Goebel Subject: [PATCH v4] gnu: Add teensy-loader-cli. Date: Thu, 2 Jun 2016 12:35:07 +0200 https://lists.gnu.org/archive/html/guix-devel/2016-06/msg00062.html -- Regards Hartmut Goebel | Hartmut Goebel

Re: [PATCH v4] gnu: Add teensy-loader-cli.

2016-06-04 Thread Ludovic Courtès
Hi! Hartmut Goebel skribis: > * gnu/packages/flashing-tools.scm (teensy-loader-cli): New variable. I’m sorry for the extra round trip… Last one, I promise! :-) > + (let* ((commit "f289b7a2e5627464044249f0e5742830e052e360") > + ;; Mind changing the version in the usage-message below

[PATCH v4] gnu: Add teensy-loader-cli.

2016-06-02 Thread Hartmut Goebel
* gnu/packages/flashing-tools.scm (teensy-loader-cli): New variable. --- gnu/packages/flashing-tools.scm| 56 ++ gnu/packages/patches/teensy-loader-cli-usage.patch | 28 +++ 2 files changed, 84 insertions(+) create mode 100644 gnu/packages/patches/t