Re: [PATCH] gnu: awesome: Update to 3.5.9.

2016-09-20 Thread Leo Famulari
On Fri, Sep 02, 2016 at 12:59:53AM +0200, doncatnip wrote: > Hey Guix ! > > Let's try this again. Okay! > Subject: [PATCH 1/3] gnu: lua: Remove conflicting flag, pass MYCFLAGS > > * gnu/packages/lua.scm (lua)[arguments]: Use MYCFLAGS instead of > CFLAGS and remove conflicting -DLUA_USE_POSIX si

Re: [PATCH] gnu: awesome: Update to 3.5.9.

2016-09-04 Thread ng0
Hi, you possibly need to rebase the patch which adds awesome, I shortened the description of the package in master: https://lists.gnu.org/archive/html/guix-devel/2016-09/msg00317.html I have not tested your patch after this, just a reminder that this was changed recently. ng0 writes: > gno wr

Re: [PATCH] gnu: awesome: Update to 3.5.9.

2016-09-02 Thread ng0
gno writes: > On 9/2/2016 2:53 PM, ng0 wrote: > >> For some reason xrandr started to kill awesome (X11) session when I >> apply my layout now. I checked with arandr and also with --dryrun if my >> layout is the problem, but there's nothing faulty. >> Maybe there are changes which can't just be in

Re: [PATCH] gnu: awesome: Update to 3.5.9.

2016-09-02 Thread gno
On 9/2/2016 2:53 PM, ng0 wrote: For some reason xrandr started to kill awesome (X11) session when I apply my layout now. I checked with arandr and also with --dryrun if my layout is the problem, but there's nothing faulty. Maybe there are changes which can't just be installed in my user profile

Re: [PATCH] gnu: awesome: Update to 3.5.9.

2016-09-02 Thread ng0
For some reason xrandr started to kill awesome (X11) session when I apply my layout now. I checked with arandr and also with --dryrun if my layout is the problem, but there's nothing faulty. Maybe there are changes which can't just be installed in my user profile and need to in system. Overall, it

Re: [PATCH] gnu: awesome: Update to 3.5.9.

2016-09-02 Thread ng0
Hi, Thanks for your patches. It works, I'm currently using this patchset. Some minor improvements can be made (comments style) which in my opinion the person commiting your patch can apply. awesome v3.5.9 (Mighty Ravendark) • Build: Sun Mar 06 14:05:54Z 2016 for x86_64 by gcc version 4.9.3 (@) •

[PATCH] gnu: awesome: Update to 3.5.9.

2016-09-01 Thread doncatnip
Hey Guix ! Let's try this again.>From 99ac37565b7a4826c9ca3c9f0545825924effc3d Mon Sep 17 00:00:00 2001 From: doncatnip Date: Thu, 1 Sep 2016 23:08:28 +0200 Subject: [PATCH 1/3] gnu: lua: Remove conflicting flag, pass MYCFLAGS * gnu/packages/lua.scm (lua)[arguments]: Use MYCFLAGS instead of CFLA