Re: [PATCH 4/8] gnu: freedesktop: Add libinput-minimal.

2016-07-29 Thread Ludovic Courtès
David Craven skribis: > * gnu/packages/freedesktop.scm: New variable. Applied minus the unwanted changes that Vincent pointed out. Ludo’.

Re: [PATCH 4/8] gnu: freedesktop: Add libinput-minimal.

2016-07-29 Thread Vincent Legoll
Hi David, My question was not aimed directly at your patch but rather more generally at the guix dev community. So, WDOT ? -- Vincent Legoll

Re: [PATCH 4/8] gnu: freedesktop: Add libinput-minimal.

2016-07-29 Thread David Craven
I'll resubmit the patch. I was thinking about removing it from the patch while I was going through the select commits for patch-set/clean up phase. I thought someone can complain if they want =P

Re: [PATCH 4/8] gnu: freedesktop: Add libinput-minimal.

2016-07-29 Thread Vincent Legoll
> @@ -97,8 +97,8 @@ freedesktop.org project.") > `(("libudev" ,eudev))) ; required by libinput.pc > (inputs > `(("libevdev" ,libevdev) > - ("mtdev" ,mtdev) > - ("libwacom" ,libwacom))) > + ("libwacom" ,libwacom) > + ("mtdev" ,mtdev))) > (home-page

[PATCH 4/8] gnu: freedesktop: Add libinput-minimal.

2016-07-29 Thread David Craven
* gnu/packages/freedesktop.scm: New variable. --- gnu/packages/freedesktop.scm | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 458331d..fb7717b 100644 --- a/gnu/packages/freedesktop.scm +++