David Thompson skribis:
> Ludovic Courtès writes:
>
>> I wonder if there may be shared options between all the importers
>> (like an option for import & live build.)
>>
>> That can still be addressed by exporting an option list from (guix
>> scripts import), like (guix scripts build) does, I thi
Eric Bavier skribis:
> From da558e6efa8e2bd7ea9fab9d82cff78c930e1f0c Mon Sep 17 00:00:00 2001
> From: Eric Bavier
> Date: Mon, 29 Sep 2014 00:30:36 -0500
> Subject: [PATCH] gnu: Add synergy.
>
> * gnu/packages/synergy.scm: New file.
> * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
LGTM!
Ludo’.
On Mon, Nov 11, 2013 at 09:36:55PM +0100, Ludovic Courtès wrote:
> Perhaps by adding -licu to the relevant cmake-generated Makefile, after
> the ‘configure’ phase? (Easier said than done.)
This is finally fixed in commit 47e225c, thanks to the hackathon.
Andreas
Apparently the default for CMake is to compile without -g, unlike what
Autoconf-generated configure does. This is changed by passing
‘-DCMAKE_BUILD_TYPE=RelWithDebInfo’ as a cmake flags.
Should we make it the default?
Currently adding a “debug” output to a CMake package creates a .debug
file wit
Another programmer for avr chips.
Manolis
From 8f0da7d367be1995f8980992a647adedd85d2f1c Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis
Date: Mon, 29 Sep 2014 13:27:30 +0300
Subject: [PATCH] gnu: Add dfu-programmer
* gnu/packages/dfu-programmer.scm: New file
* gnu-system.am (GNU_SYSTEM_MODULES)
Ludovic Courtès writes:
> David Thompson skribis:
>
>> I should mention that the PyPI import requires the guile-json library.
>> How should this be handled in our build scripts?
>
> I think it’s fine to install it whether or not guile-json is available.
> Now, when there are tests ;-), there’ll
David Thompson skribis:
> Ludovic Courtès writes:
>
>> David Thompson skribis:
>>
>>> I should mention that the PyPI import requires the guile-json library.
>>> How should this be handled in our build scripts?
>>
>> I think it’s fine to install it whether or not guile-json is available.
>> Now
Thanks for everyone who participated in the hackathon this week-end!
It’s been pleasant and motivating to see newcomers on #guix, and to see
all the hacks: KDE and Hurd stuff, Ruby support, assorted package bug
fixes, the PyPi importer, linters, Emacs UI improvements, etc.
Some of the things work
Manolis Ragkousis skribis:
> From 8f0da7d367be1995f8980992a647adedd85d2f1c Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis
> Date: Mon, 29 Sep 2014 13:27:30 +0300
> Subject: [PATCH] gnu: Add dfu-programmer
>
> * gnu/packages/dfu-programmer.scm: New file
> * gnu-system.am (GNU_SYSTEM_MODULES):
Ludovic Courtès (2014-09-25 23:01 +0400) wrote:
> Alex Kost skribis:
[...]
>>> Actually this should probably go to (gnu packages image), which is home
>>> for all its friends.
>>
>> OK, initially I wanted to put it there, but then I found that “giflib”
>> is in a separate file, so I thought tha
Alex Kost skribis:
> If I understood correctly, “giflib” should be in "image.scm", right?
Yes.
> I have also added myself to the copyright lines as I forgot to do it
> when I pushed “imlib2” and “giblib” there. OK?
OK.
> From 80dce06f9e3b96607ea6d949ee655ede1a96d50b Mon Sep 17 00:00:00 2001
Ludovic Courtès writes:
> David Thompson skribis:
>
>> Oh yeah, almost forgot about the Automake rule! My autotools skills are
>> weak so I'm not sure how to write this. Could you point me in the right
>> direction?
>
> In configure.ac, do something like:
>
> GUILE_MODULE_AVAILABLE([have_gui
David Thompson (2014-09-30 03:31 +0400) wrote:
> Ludovic Courtès writes:
>
>> David Thompson skribis:
>>
>>> Oh yeah, almost forgot about the Automake rule! My autotools skills are
>>> weak so I'm not sure how to write this. Could you point me in the right
>>> direction?
>>
>> In configure.ac,
On Fri, 19 Sep 2014, Nate Bargmann wrote:
> Date: Fri, 19 Sep 2014 22:43:31
> From: Nate Bargmann
> To: guix-devel@gnu.org
> Subject: Trying to install Guix with Qemu
>
> I've just started playing with Guix and would like to do so using Qemu
> rather than bare metal. As the GNU system is only a
14 matches
Mail list logo