Re: [PATCH 6/8] gnu: Order module imports in (gnu packages qemu) alphabetically.

2016-07-29 Thread David Craven
> Applied, but without the hunks not related to module import ordering. Yep, I know I'm a little lazy sometimes... =P The discipline in this regard around the guix project is admirable =)

Re: [PATCH 6/8] gnu: Order module imports in (gnu packages qemu) alphabetically.

2016-07-29 Thread Ludovic Courtès
David Craven skribis: > * gnu/packages/qemu.scm: Order module imports alphabetically. Applied, but without the hunks not related to module import ordering. Thanks, Ludo’.

[PATCH 6/8] gnu: Order module imports in (gnu packages qemu) alphabetically.

2016-07-29 Thread David Craven
* gnu/packages/qemu.scm: Order module imports alphabetically. --- gnu/packages/qemu.scm | 67 +-- 1 file changed, 33 insertions(+), 34 deletions(-) diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm index 4d78f9b..6b5a41b 100644 ---