Re: [PATCH] gnu: Add mono.

2016-07-29 Thread Leo Famulari
On Sat, Jul 30, 2016 at 01:26:38AM +0200, Danny Milosavljevic wrote: > I tried again with --keep-failed, now it succeeded O_o . > > 8 GB RAM GuixSD (git) on X200. Huh, I guess we can expect some non-deterministic failures. I will do --rounds=10 overnight and see if I get something useful.

Re: [PATCH v3] gnu: Add stellarium.

2016-07-29 Thread Leo Famulari
On Sat, Jul 30, 2016 at 12:32:25AM +0200, Danny Milosavljevic wrote: > Now your description doesn't mention that you can control (actual) > telescopes with it (via the serial port; that's what the qtserialport > dependency is for). I do that, it's fun and kinda eerie. I agree, that's a really

Re: [PATCH] gnu: Add mono.

2016-07-29 Thread Danny Milosavljevic
On Fri, 29 Jul 2016 12:21:32 -0400 Leo Famulari wrote: > On Fri, Jul 29, 2016 at 04:24:09PM +0200, Danny Milosavljevic wrote: > > I tried your patch and I get: > > > > FAIL: test-sgen-qsort > > ... > > phase `check' failed after 474.1 seconds > > builder for

Re: [PATCH] gnu: beets: Update to 1.3.19.

2016-07-29 Thread Leo Famulari
On Fri, Jul 29, 2016 at 05:39:39PM -0500, Alex Griffin wrote: > This patch just updates beets to 1.3.19. Awesome, thank you for paying attention :) > With the new pypi URLs, are we updating the long hash portion? I did in > this patch, but it seemed to work either way. I changed it to use

[PATCH] gnu: beets: Update to 1.3.19.

2016-07-29 Thread Alex Griffin
This patch just updates beets to 1.3.19. With the new pypi URLs, are we updating the long hash portion? I did in this patch, but it seemed to work either way. (I'm also working on a few more patches to enable more beets plugins. They'll probably be ready sometime this weekend.) -- Alex Griffin

Re: [WIP v0.1 0/8] KDE framework 5, tier 1

2016-07-29 Thread David Craven
Hi Hartmut, Are you still working on these patches? I see your wip here: https://gitlab.com/htgoebel/guix/commits/kf5-tier-1 Shall we push this past the finish line? Is there anything I can do to help? Cheers, David

Re: [PATCH v3] gnu: Add stellarium.

2016-07-29 Thread Danny Milosavljevic
On Fri, 29 Jul 2016 17:20:30 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Danny Milosavljevic skribis: > > > * gnu/packages/education.scm (stellarium): New variable. > > Applied with an improved synopsis and description. This is a nice > package! :) Now your

Re: [PATCH] gnu: Add python-pygame.

2016-07-29 Thread Kei Kebreau
Kei Kebreau writes: > The python-pygame patch as promised. Note that it requires the > application of the most recently submitted libsmpeg patch. Would anyone > else like to test this? :-) Please disregard the earlier patch. I had to add the other licenses and a

[PATCH] gnu: Add python-pygame.

2016-07-29 Thread Kei Kebreau
The python-pygame patch as promised. Note that it requires the application of the most recently submitted libsmpeg patch. Would anyone else like to test this? :-) From 644a7e3e274f854f1487ab36bef59bba2003887c Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Fri, 29 Jul

Re: [PATCH] gnu: Add libsmpeg.

2016-07-29 Thread Kei Kebreau
Vincent Legoll writes: I see 2 solutions >>> >>> The other solution could be to patch the setup.py script, if you >>> want to do that I'll tell you what to change >> >> I want to try patching the setup.py script, that way I could see how >> pygame tries to detect

Re: Help with Perl security update

2016-07-29 Thread Leo Famulari
On Mon, Jul 25, 2016 at 11:23:37PM +0200, Tomáš Čech wrote: > This looks like we're missing some patches. My guess is that this is > consequence of the fact that upstream is on 5.22.2 already and we're > on 5.22.1. I'm not sure what value to choose here as the result won't > be neither 3.56_01 nor

Re: [PATCH 22/22] gnu: Add roary.

2016-07-29 Thread Leo Famulari
On Wed, Jul 27, 2016 at 10:54:23PM +1000, Ben Woodcroft wrote: > * gnu/packages/bioinformatics.scm (roary): New variable. Wow, this is a complicated package! Thanks for doing the work! > + `(#:phases > + (modify-phases %standard-phases > + (add-after 'unpack

Re: libgd security update / i686 issues

2016-07-29 Thread Mark H Weaver
Mark H Weaver writes: > Leo Famulari writes: > >> On Thu, Jul 28, 2016 at 01:22:40PM -0400, Mark H Weaver wrote: >>> I will adapt my patch to the new version. >> >> Unfortunately, this new patch makes libgd fail to build from source on >> x86_64, like this:

Re: [GSoC] Continuous integration tool à la Hydra.

2016-07-29 Thread Mathieu Lirzin
Hello, Florian Paul Schmidt writes: > On 07/25/2016 11:36 PM, Ludovic Courtès wrote: > >>> For those willing to follow my work, a Git repository is available here: >>> >>> https://notabug.org/mthl/cuirass >> >> … and the README has instructions on how to run it. If

Re: [PATCH 1/8] gnu: qt: Update to 5.6.1-1.

2016-07-29 Thread David Craven
Andreas said exactly the same thing!! Wow. I think he's already taking care of this, our conversation went off the mailing list...

Re: [PATCH 1/8] gnu: qt: Update to 5.6.1-1.

2016-07-29 Thread Ludovic Courtès
David Craven skribis: > * gnu/packages/qt.scm (qt): Update to 5.6.1-1. I think there are 3 patches here: the update, the switch to ‘modify-phases’, and the thing that disables examples. Could you separate them? > + (modify-phases %standard-phases > + (add-after

Re: [PATCH 8/8] services: Add spice vdagent service.

2016-07-29 Thread David Craven
> Also, I think this should be a separate patch as it seems to be unrelated. It's related to: > (service-extension profile-service-type + (compose list + spice-vdagent-configuration-spice-vdagent)) But ok. I'll do it first thing tomorrow =)

Re: [PATCH 7/8] gnu: qemu: Enable spice support.

2016-07-29 Thread David Craven
It's in gnu/packages/spice.scm, Leo merged it this morning... Things move fast around here =P

Re: Rust

2016-07-29 Thread David Craven
> Can we reasonably expect to bootstrap it from source, > using a series of previous Rust versions, or using an > alternative implementation? Currently as Jelle said no. But there is [0] that may be a viable option in the future. > Having crates available as normal Guix packages is the > best

Re: [PATCH 7/8] gnu: qemu: Enable spice support.

2016-07-29 Thread Ludovic Courtès
David Craven skribis: > * gnu/packages/qemu.scm (qemu): Enable spice. I’m nitpicking, but it should be something like: * gnu/packages/qemu.scm (qemu)[inputs]: Add SPICE and VIRGLRENDERER. [arguments]: Pass --enable-spice. … so we see precisely what changes are made. I

Re: libgd security update / i686 issues

2016-07-29 Thread Leo Famulari
On Fri, Jul 29, 2016 at 01:59:15PM -0400, Mark H Weaver wrote: > Bah, sorry about that. I just pushed an updated patch that builds > successfully on x86_64 and i686, and hopefully on the others as well. Thank you!

Re: libgd security update / i686 issues

2016-07-29 Thread Mark H Weaver
Leo Famulari writes: > On Thu, Jul 28, 2016 at 01:22:40PM -0400, Mark H Weaver wrote: >> I will adapt my patch to the new version. > > Unfortunately, this new patch makes libgd fail to build from source on > x86_64, like this: > > gdimagecopyresampled/basic_alpha.c: In

Re: [PATCH] gnu: gnunet-gtk: Configure with gnunet path.

2016-07-29 Thread ng0
ng0 writes: > From 182c90f6c339c1af919a0885794cb23c1518c227 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Fri, 29 Jul 2016 17:45:25 + > Subject: [PATCH] gnu: gnunet-gtk: Configure with gnunet path. > > * gnun/packages/gnunet.scm

[PATCH] gnu: gnunet-gtk: Configure with gnunet path.

2016-07-29 Thread ng0
>From 182c90f6c339c1af919a0885794cb23c1518c227 Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 29 Jul 2016 17:45:25 + Subject: [PATCH] gnu: gnunet-gtk: Configure with gnunet path. * gnun/packages/gnunet.scm (gnunet-gtk)[arguments]: Add '--with-gnunet' to

Re: [PATCH] gnu: password-store: Wrap PATH.

2016-07-29 Thread Mathieu Lirzin
Alex Griffin writes: > On Fri, Jul 29, 2016, at 09:02 AM, Thompson, David wrote: >> Sorry I'm late, but I don't think this is the right fix. Sorry for not letting you the time to respond. >> Wrapping programs should only be considered after other options are >> exhausted.

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] gnu: Add mono.

2016-07-29 Thread Leo Famulari
On Fri, Jul 29, 2016 at 04:24:09PM +0200, Danny Milosavljevic wrote: > I tried your patch and I get: > > FAIL: test-sgen-qsort > ... > phase `check' failed after 474.1 seconds > builder for `/gnu/store/1p5qsdgc2dxf41dfg16bza88qil931dj-mono-4.4.1.0.drv' > failed with exit code 1 > guix package:

Re: Rust

2016-07-29 Thread Jelle Licht
I looked into this once; I found a Rust compiler written in OCaml on the web. There should be a path from that compiler to the current version of Rust. The problem lies in the fact that the entire "1.9 build 1.10 builds 1.11" spiel only become the official policy of the Rust project recently.

Re: [PATCH ?] gnu: Add dash.

2016-07-29 Thread Leo Famulari
On Fri, Jul 29, 2016 at 02:44:27PM +, ng0 wrote: > I second this. Significantly faster is subjectiv as long as we do not > provide some side by side benchmark results etc. I'm not suggesting that we run the benchmarks or put 'significantly' back in the description, but I would like to include

Re: libgd security update / i686 issues

2016-07-29 Thread Leo Famulari
On Fri, Jul 29, 2016 at 05:00:38PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > Instead of updating to 2.2.3, we could also try cherry-picking the > > upstream commits that address this bug, as attached. > > Are there any good reasons not to update? > > I would

Re: [PATCH 2/8] gnu: Use define-public to export packages.

2016-07-29 Thread Ludovic Courtès
David Craven skribis: > * gnu/packages/bison.scm (bison): Define public. > * gnu/packages/flex.scm (flex): Define public. > * gnu/packages/pulseaudio.scm (libsndfile, libsamplerate, pulseaudio): Define > public. > * gnu/packages/sdl.scm (sdl, sdl2, libmikmod, sdl-gfx, sdl-image,

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 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’.

Re: [PATCH 5/8] gnu: xorg: Add xf86-video-qxl.

2016-07-29 Thread Ludovic Courtès
David Craven skribis: > * gnu/packages/xorg.scm: New variable. ^ Make sure to specify the variable name here. Applied with this change.

Re: Rust

2016-07-29 Thread Alex Griffin
On Fri, Jul 29, 2016, at 10:16 AM, Ludovic Courtès wrote: > Do you know what’s Rust’s bootstrapping story is? Can we reasonably > expect to bootstrap it from source, using a series of previous Rust > versions, or using an alternative implementation? Yes, Rust 1.10 builds with the previous stable

Re: [PATCH 3/8] gnu: Remove trailing periods from synopsis.

2016-07-29 Thread Ludovic Courtès
David Craven skribis: > * gnu/packages/emacs.scm (emacs-smart-mode-line): Update synopsis. > * gnu/packages/gnustep.scm (wmfire): Update synopsis. > * gnu/packages/haskell.scm (ghc-socks): Update synopsis. > * gnu/packages/kde-frameworks.scm (oxygen-icons): Update synopsis. > *

Re: [PATCH] gnu: iptables: Include firewall in description.

2016-07-29 Thread Ludovic Courtès
ng0 skribis: > From 9c34e17d4a7248d9248675929a3fb65a203076e8 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Fri, 29 Jul 2016 09:20:47 + > Subject: [PATCH] gnu: iptables: Include firewall in description. > > * gnu/packages/linux.scm

Re: [PATCH 5/5] gnu: Add s6-networking.

2016-07-29 Thread Ludovic Courtès
Eric Le Bihan skribis: > * gnu/packages/skarnet.scm (s6-networking): New variable. > > Signed-off-by: Eric Le Bihan Applied. Thank you for this patch series! Ludo’.

Re: Separate Mailing Lists for Patches vs General Dev Discussion?

2016-07-29 Thread Leo Famulari
On Fri, Jul 29, 2016 at 01:56:36PM +0200, Vincent Legoll wrote: > There's not silver bullet for this Some blacksmith should forge one ;) I think there is a real demand for a good hybrid mailing list / web page software development interface.

Re: [PATCH 4/5] gnu: Add s6-dns.

2016-07-29 Thread Ludovic Courtès
Eric Le Bihan skribis: > * gnu/packages/skarnet.scm (s6-dns): New variable. Applied, and added a copyright line for you.

Re: [GSoC update] Npm & guix

2016-07-29 Thread Jelle Licht
Quick reply from my phone, but thanks for the feedback. On Jul 29, 2016 16:53, "Catonano" wrote: > 2016-07-25 23:26 GMT+02:00 Ludovic Courtès : > >> Hello! >> >> Jelle Licht skribis: >> >> > On Ludo's advice, I snarfed Ricardo's recursive

Re: [PATCH 06/10] gnu: mesa: Enable wayland support.

2016-07-29 Thread David Craven
> What did ‘guix size’ reveal, and what does it suggest? :-) Efraim did an estimate of about 10 MB, my measurement was 30MB but that includes the spirv toolchain and virtio driver. Are these boundaries measurements close enough for a decision? I can do a more precise measurement if you want... I

Re: [PATCH 3/5] gnu: Add s6.

2016-07-29 Thread Ludovic Courtès
Eric Le Bihan skribis: > * gnu/packages/skarnet.scm (s6): New variable. > > Signed-off-by: Eric Le Bihan Fixed the two-space-after-period issue reported by ‘guix lint’ and applied.

Re: [PATCH 1/7] gnu: Add usbredir.

2016-07-29 Thread David Craven
Thank you! And sorry for all the complaining... spice-gtk doesn't need libusb in it's inputs if it's propagated =P But not that it matters too much...

Re: [PATCH 2/5] gnu: execline: Update to 2.1.5.0.

2016-07-29 Thread Ludovic Courtès
Eric Le Bihan skribis: > * gnu/packages/skarnet.scm (execline): Update to 2.1.5.0. > > Signed-off-by: Eric Le Bihan Applied.

Re: [PATCH 1/5] gnu: skalibs: Update to 2.3.10.0.

2016-07-29 Thread Ludovic Courtès
Eric Le Bihan skribis: > * gnu/packages/skarnet.scm (skalibs): Update to 2.3.10.0. Applied, thanks.

Re: [PATCH v3] gnu: Add stellarium.

2016-07-29 Thread Ludovic Courtès
Danny Milosavljevic skribis: > * gnu/local.mk: Include gnu/packages/education.scm . > * gnu/packages/education.scm: Add new file. > * gnu/packages/education.scm (stellarium): New variable. Applied with an improved synopsis and description. This is a nice package!

Re: [PATCH 1/7] gnu: Add usbredir.

2016-07-29 Thread Leo Famulari
On Fri, Jul 29, 2016 at 10:09:40AM +0200, David Craven wrote: > Thanks for reviewing and merging =). Just noticed two things... > > libusb should be propagated in usbredir [0]. > spice-protocol should be propagated in spice-gtk [1]. Done with ba9e2ee64 !

Rust

2016-07-29 Thread Ludovic Courtès
Hello, Eric Le Bihan skribis: > It happens that I tried to package Rust, as an introduction to Guix. > Here is my version, inspired by the Haskell package, where Rust 1.10.0 > is built, bootstrapped by a binary version of rustc 1.9.0. It uses the > "cc" wrapper trick

Re: libgd security update / i686 issues

2016-07-29 Thread Ludovic Courtès
Leo Famulari skribis: > On Thu, Jul 28, 2016 at 03:23:37AM -0400, Leo Famulari wrote: >> libgd 2.2.3 has been released [0], which includes fixes for >> CVE-2016-6207. > > Instead of updating to 2.2.3, we could also try cherry-picking the > upstream commits that address this

Re: [GSoC update] Npm & guix

2016-07-29 Thread Catonano
2016-07-25 23:26 GMT+02:00 Ludovic Courtès : > Hello! > > Jelle Licht skribis: > > > On Ludo's advice, I snarfed Ricardo's recursive importer and bolted it > > on my npm importer. After leaving the importer running for a quite > > some hours (and making it more

Re: failing swap service while guix system reconfigure

2016-07-29 Thread Ludovic Courtès
ng0 skribis: > Like the title says, I encountered this problem Which problem? Could you paste the failing command and its output? Thanks in advance! Ludo’.

Re: [PATCH 06/10] gnu: mesa: Enable wayland support.

2016-07-29 Thread Ludovic Courtès
David Craven skribis: > So is this going into the main mesa package? Or should I submit a > mesa-wayland package instead? (Please keep a bit of context when replying.) In my last message I gave you the main criterion for deciding whether to add Wayland support in Mesa so that

Re: WIP: neomutt. segfaulting outside of gdb, functional inside.

2016-07-29 Thread ng0
Tomáš Čech writes: > On Fri, Jun 24, 2016 at 04:04:43PM +, ng0 wrote: >>In gnu/packages/mail.scm I created this package. >>It builds succesfully, but when I run it, it segfaults. >>Running it in gdb however makes it succeed and not >>segfault. How do I debug such a

Re: [PATCH] gnu: Add python2-pydns

2016-07-29 Thread Ludovic Courtès
Danny Milosavljevic skribis: > + (arguments > +`(#:tests? #f #| there are no tests |# In addition to Leo’s comment: please avoid #| comments; they are not used anywhere and I think we can happily avoid them. :-) Thanks, Ludo’.

Re: [PATCH ?] gnu: Add dash.

2016-07-29 Thread ng0
Ludovic Courtès writes: > Hi! > > Tobias Geerinckx-Rice skribis: > >> * gnu/packages/dash.shm: New file. >> --- >> >> Guix! >> >> IMO this belongs in a (new) shell.scm with fish, tcsh and zsh. >> Maybe bash, too. On the other hand: >> >> Certain shells might have

Re: rust work in progress conflicts

2016-07-29 Thread ng0
Vincent Legoll writes: >> On Thu, Jul 28, 2016 at 08:31:44PM +0200, Eric Le Bihan wrote: >>> 1. I can compile a sample program in a guix environment created using >>> `guix environment gcc glibc binutils rust`, but the program >>> generated fails to run because

Re: [PATCH] gnu: password-store: Wrap PATH.

2016-07-29 Thread Alex Griffin
On Fri, Jul 29, 2016, at 09:02 AM, Thompson, David wrote: > Sorry I'm late, but I don't think this is the right fix. Wrapping > programs should only be considered after other options are exhausted. > The correct fix is to patch the source directly to refer to > executables by their absolute path.

Re: [PATCH] gnu: Add mono.

2016-07-29 Thread Danny Milosavljevic
Hi, On Wed, 27 Jul 2016 23:00:15 +0200 Jan Nieuwenhuizen wrote: > Find a new patch attached. I tried your patch and I get: FAIL: test-sgen-qsort ... phase `check' failed after 474.1 seconds builder for `/gnu/store/1p5qsdgc2dxf41dfg16bza88qil931dj-mono-4.4.1.0.drv' failed

Re: [PATCH] gnu: password-store: Wrap PATH.

2016-07-29 Thread Thompson, David
On Fri, Jul 29, 2016 at 5:07 AM, Mathieu Lirzin wrote: > Hello, > > Alex Griffin writes: > >> On Thu, Jul 28, 2016, at 07:20 PM, Alex Griffin wrote: >> >> From 74b838fea52293386169299881cdd7cfefff7f4d Mon Sep 17 00:00:00 2001 >> From: Alex Griffin

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] gnu: Add libsmpeg.

2016-07-29 Thread Vincent Legoll
>>> I see 2 solutions >> >> The other solution could be to patch the setup.py script, if you >> want to do that I'll tell you what to change > > I want to try patching the setup.py script, that way I could see how > pygame tries to detect the libraries that it says are missing. Could you try the

Re: Separate Mailing Lists for Patches vs General Dev Discussion?

2016-07-29 Thread Vincent Legoll
>> But resurrection & real use of patchwork (or any other consensus >> web tracker) would be a plus for at least some of us newcomers >> from different horizons. > > The instance at is > not widely used, it seems. > Part of the problem is that

Re: [PATCH 0/5] Update skarnet packages

2016-07-29 Thread Vincent Legoll
> This small patch series updates the skalibs and execline packages and adds new > ones: s6, s6-dns and s6-networking. > > Eric Le Bihan (5): > gnu: skalibs: Update to 2.3.10.0. > gnu: execline: Update to 2.1.5.0. > gnu: Add s6. > gnu: Add s6-dns. > gnu: Add s6-networking. Hello, Looks

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

Re: Packaging KDE Framework

2016-07-29 Thread ng0
Hi, David Craven writes: > Hi, > > I'm working on packaging calamares and investigating how much work it > would be to add a gui installer to guix. > > For this I'll have to package most of KDE Framework. I was wondering > if anyone was already working on this to avoid

Re: [GSoC] Continuous integration tool à la Hydra.

2016-07-29 Thread Florian Paul Schmidt
On 07/25/2016 11:36 PM, Ludovic Courtès wrote: >> For those willing to follow my work, a Git repository is available here: >> >> https://notabug.org/mthl/cuirass > > … and the README has instructions on how to run it. If anyone has spare > CPU cycles, run Cuirass, ‘guix publish’, and share.

Re: [PATCH v4 15/16] gnu: Add perl-mail-spf.

2016-07-29 Thread ng0
ng0 writes: > This one lacks the bsd-3 in the licenses in the header of mail.scm. I > fixed this locally for now as I'm new to reviewing 16 dependent patches. > > I also got this message while running make on the root of guix checkout: > gnu/packages/tls.scm:547:4:

Packaging KDE Framework

2016-07-29 Thread David Craven
Hi, I'm working on packaging calamares and investigating how much work it would be to add a gui installer to guix. For this I'll have to package most of KDE Framework. I was wondering if anyone was already working on this to avoid duplicate effort. [0] https://calamares.io/

Re: rust work in progress conflicts

2016-07-29 Thread David Craven
Hi Eric! Nice! 1. Try using 'guix environment --ad-hoc gcc gcc:lib'. 2. I thought about this. Maybe we could add a cargo subcommand that interacts with the guix/nix daemon directly [0] and then have a small cargo-build-system that wraps it. I think this would be neat because we could avoid

[PATCH] gnu: iptables: Include firewall in description.

2016-07-29 Thread ng0
>From 9c34e17d4a7248d9248675929a3fb65a203076e8 Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 29 Jul 2016 09:20:47 + Subject: [PATCH] gnu: iptables: Include firewall in description. * gnu/packages/linux.scm (iptables)[description]: Add a sentence about the kernel

Re: rust work in progress conflicts

2016-07-29 Thread Andreas Enge
Hello, On Thu, Jul 28, 2016 at 08:31:44PM +0200, Eric Le Bihan wrote: > 1. I can compile a sample program in a guix environment created using > `guix environment gcc glibc binutils rust`, but the program > generated fails to run because libgcc_s.so.1 can not be found. How can > it be added to the

New template for 'guix-packages' made available

2016-07-29 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. (If you have any questions, send them to .) A new POT file for textual domain 'guix-packages' has been made available to the language teams for translation. It is archived as:

New template for 'guix' made available

2016-07-29 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. (If you have any questions, send them to .) A new POT file for textual domain 'guix' has been made available to the language teams for translation. It is archived as:

[PATCH 0/5] Update skarnet packages

2016-07-29 Thread Eric Le Bihan
Hi! This small patch series updates the skalibs and execline packages and adds new ones: s6, s6-dns and s6-networking. Eric Le Bihan (5): gnu: skalibs: Update to 2.3.10.0. gnu: execline: Update to 2.1.5.0. gnu: Add s6. gnu: Add s6-dns. gnu: Add s6-networking. gnu/packages/skarnet.scm

Re: [PATCH 2/2] gnu: atlas: Use cpupower in description.

2016-07-29 Thread ng0
Mathieu Lirzin writes: > Hello, > > ng0 writes: > >> Mathieu Lirzin writes: >> >>> Tobias Geerinckx-Rice writes: >>> Ludo', On 2016-07-19 23:00, l...@gnu.org wrote: > Applied, thanks! Thanks! I

[PATCH 5/5] gnu: Add s6-networking.

2016-07-29 Thread Eric Le Bihan
* gnu/packages/skarnet.scm (s6-networking): New variable. Signed-off-by: Eric Le Bihan --- gnu/packages/skarnet.scm | 43 +++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm

[PATCH 3/5] gnu: Add s6.

2016-07-29 Thread Eric Le Bihan
* gnu/packages/skarnet.scm (s6): New variable. Signed-off-by: Eric Le Bihan --- gnu/packages/skarnet.scm | 40 1 file changed, 40 insertions(+) diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index

[PATCH 4/5] gnu: Add s6-dns.

2016-07-29 Thread Eric Le Bihan
* gnu/packages/skarnet.scm (s6-dns): New variable. Signed-off-by: Eric Le Bihan --- gnu/packages/skarnet.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index 3678cc8..9df367a

[PATCH 2/5] gnu: execline: Update to 2.1.5.0.

2016-07-29 Thread Eric Le Bihan
* gnu/packages/skarnet.scm (execline): Update to 2.1.5.0. Signed-off-by: Eric Le Bihan --- gnu/packages/skarnet.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index a5e9913..6d6239d

Re: rust work in progress conflicts

2016-07-29 Thread Eric Le Bihan
Hi ng0, all! Le Thu, 28 Jul 2016 08:28:18 +, ng0 a écrit : > ng0 writes: [...] > > So I picked up rust.scm again and forgot about this thread, only a > search for rust brought it up again. > As this will be a long task obviously, however we

[PATCH 1/5] gnu: skalibs: Update to 2.3.10.0.

2016-07-29 Thread Eric Le Bihan
* gnu/packages/skarnet.scm (skalibs): Update to 2.3.10.0. Signed-off-by: Eric Le Bihan --- gnu/packages/skarnet.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index e1518fe..a5e9913

Re: [PATCH 5/6] gnu: gnupg: Update to 2.1.14.

2016-07-29 Thread ng0
I did no functionality test this time. I should script this for the next time. >From e186acb6851ae52ef19c58f36a195b33b968baef Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 28 Jul 2016 23:54:52 + Subject: [PATCH] gnu: gnupg: Update to 2.1.14. *

[PATCH 2/8] gnu: Use define-public to export packages.

2016-07-29 Thread David Craven
* gnu/packages/bison.scm (bison): Define public. * gnu/packages/flex.scm (flex): Define public. * gnu/packages/pulseaudio.scm (libsndfile, libsamplerate, pulseaudio): Define public. * gnu/packages/sdl.scm (sdl, sdl2, libmikmod, sdl-gfx, sdl-image, sdl-mixer, sdl-net, sdl-ttf): Define public. *

[PATCH 7/8] gnu: qemu: Enable spice support.

2016-07-29 Thread David Craven
* gnu/packages/qemu.scm (qemu): Enable spice. --- gnu/packages/qemu.scm | 4 1 file changed, 4 insertions(+) diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm index 6b5a41b..97642af 100644 --- a/gnu/packages/qemu.scm +++ b/gnu/packages/qemu.scm @@ -33,6 +33,7 @@ #:use-module

[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 +++

[PATCH 1/8] gnu: qt: Update to 5.6.1-1.

2016-07-29 Thread David Craven
* gnu/packages/qt.scm (qt): Update to 5.6.1-1. --- gnu/packages/qt.scm | 25 ++--- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index f246550..dbd6a0a 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@

[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 ---

[PATCH 5/8] gnu: xorg: Add xf86-video-qxl.

2016-07-29 Thread David Craven
* gnu/packages/xorg.scm: New variable. --- gnu/packages/xorg.scm | 36 +--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 090f661..b0a6fd6 100644 --- a/gnu/packages/xorg.scm +++

[PATCH 3/8] gnu: Remove trailing periods from synopsis.

2016-07-29 Thread David Craven
* gnu/packages/emacs.scm (emacs-smart-mode-line): Update synopsis. * gnu/packages/gnustep.scm (wmfire): Update synopsis. * gnu/packages/haskell.scm (ghc-socks): Update synopsis. * gnu/packages/kde-frameworks.scm (oxygen-icons): Update synopsis. * gnu/packages/openstack.scm (python-bandit): Update

Re: [PATCH 2/2] gnu: atlas: Use cpupower in description.

2016-07-29 Thread Mathieu Lirzin
Hello, ng0 writes: > Mathieu Lirzin writes: > >> Tobias Geerinckx-Rice writes: >> >>> Ludo', >>> >>> On 2016-07-19 23:00, l...@gnu.org wrote: Applied, thanks! >>> >>> Thanks! I didn't know about @example. >>> >>> It seems like some

Re: guix bootloader selection - wip patch

2016-07-29 Thread Danny Milosavljevic
> Really, installing U-Boot is as simple as this? If it is, that’s > perfect. :-) Nope, it's just a placeholder :) But ideally U-Boot would provide something like that. I'm looking into writing u-boot-install.c and maybe contributing it to U-Boot - let's see how bad it is. Right now

Re: [PATCH 1/7] gnu: Add usbredir.

2016-07-29 Thread David Craven
Thanks for reviewing and merging =). Just noticed two things... libusb should be propagated in usbredir [0]. spice-protocol should be propagated in spice-gtk [1]. [0] https://github.com/SPICE/usbredir/blob/master/usbredirhost/libusbredirhost.pc.in [1]

Re: [PATCH 06/10] gnu: mesa: Enable wayland support.

2016-07-29 Thread David Craven
So is this going into the main mesa package? Or should I submit a mesa-wayland package instead?

Re: [PATCH] Add Elixir (was: )

2016-07-29 Thread Vincent Legoll
On Fri, Jul 29, 2016 at 3:38 AM, Pjotr Prins wrote: > On Thu, Jul 28, 2016 at 10:35:29PM +0200, Ricardo Wurmus wrote: >> Never mind. It was as Vincent thought. Closing all applications except >> for Emacs makes it work. > > Be interesting to see what increasing swap