Re: [PATCH] gnu: Add dtc.

2016-08-31 Thread Ludovic Courtès
David Craven skribis: > From: Danny Milosavljevic > > * gnu/packages/u-boot.scm (dtc): New variable. > > Co-authored-by: David Craven [...] > +(synopsis "Compiles Device Tree Source Files (.dts)") Maybe: “Compile device tree source files”. > +(description "dtc compiles Device Tree S

Re: [PATCH] gnu: Add dtc.

2016-08-29 Thread Danny Milosavljevic
On Mon, 29 Aug 2016 16:53:10 +0200 David Craven wrote: > I made some stylistic changes, updated the license, updated to 1.4.1, > removed the patches (checked the arch package and the nixos package, > both don't patch dtc) > > I forgot to add u-boot.scm to local.mk... > > Danny, WDYT? Is it an i

Re: [PATCH] gnu: Add dtc.

2016-08-29 Thread David Craven
I made some stylistic changes, updated the license, updated to 1.4.1, removed the patches (checked the arch package and the nixos package, both don't patch dtc) I forgot to add u-boot.scm to local.mk... Danny, WDYT? Is it an improvement?

[PATCH] gnu: Add dtc.

2016-08-29 Thread David Craven
From: Danny Milosavljevic * gnu/packages/u-boot.scm (dtc): New variable. Co-authored-by: David Craven --- gnu/packages/u-boot.scm | 60 + 1 file changed, 60 insertions(+) create mode 100644 gnu/packages/u-boot.scm diff --git a/gnu/packages/u-bo