Re: [PATCH 2/2] python-kivy

2016-08-11 Thread Mark H Weaver
Dylan Jeffers writes: > From 25cd777ff3a2429cbb257e02603d6bef78d1564f Mon Sep 17 00:00:00 2001 > From: Dylan Jeffers > Date: Thu, 11 Aug 2016 17:15:47 -0700 > Subject: [PATCH] gnu: Add python-kivy. > > * gnu/packages/python.scm (python-kivy): New variable. > * gnu/packages/python.scm (python2-ki

[PATCH 2/2] python-kivy

2016-08-11 Thread Dylan Jeffers
And second patch update. DylanFrom 25cd777ff3a2429cbb257e02603d6bef78d1564f Mon Sep 17 00:00:00 2001 From: Dylan Jeffers Date: Thu, 11 Aug 2016 17:15:47 -0700 Subject: [PATCH] gnu: Add python-kivy. * gnu/packages/python.scm (python-kivy): New variable. * gnu/packages/python.scm (python2-kivy: Ne

[PATCH 1/2] font-adobe-source-code-pro

2016-08-11 Thread Dylan Jeffers
Hi all, Updated font patch conforming to all recommended guidelines. Best, DylanFrom e34aae393fda095251fff0fee261350bd5f19fa3 Mon Sep 17 00:00:00 2001 From: Dylan Jeffers Date: Thu, 11 Aug 2016 13:59:55 -0700 Subject: [PATCH] gnu: Add font-adobe-source-code-pro. * gnu/packages/fonts.scm (font-a

Re: [PATCH] gnu: jq: Fix CVE-2015-8863.

2016-08-11 Thread Leo Famulari
On Thu, Aug 11, 2016 at 05:11:02PM +0200, Jelle Licht wrote: > Hello, > > Attached patch backports the commit[0] for jq that fixed the vulnerability > referred to as CVE-2015-8863[1]. Some feedback would be welcome. > > - Jelle > > * gnu/packages/patches/jq-CVE-2015-8863.patch: New file. > * gnu

Re: [PATCH] gnu: Add Aircrack-ng.

2016-08-11 Thread Eric Bavier
On 2016-08-11 13:11, ren...@openmailbox.org wrote: Hello, +(description + "Aircrack-ng is a complete suite of tools to assess WiFi nnetwork perhaps the word is network instead nnetwork. Indeed. Thanks. -- `~Eric

[PATCH] gnu: cross-libc: Use the correct libc.

2016-08-11 Thread Manolis Ragkousis
Hello everyone, I noticed that in commit ef21276053b980 from core-updates-next I am using (cross-libc-for-target ...) only in one place while I should have used (let ((libc (cross-libc-for-target target))) (package ... With this patch I fix this. Thank you, Manolis From b0481b1af1ea64cdfc1dcac6f

Re: [PATCH] ui: 'package->recutils' serializes the source field.

2016-08-11 Thread Ricardo Wurmus
David Craven writes: > I hate giving Mathieu the satisfaction, since it opens the door to > raising an FSDG issue on any patch, either because you dislike the > patch or the author. Please don’t do this. This is not constructive. ~~ Ricardo

Re: [PATCH] gnu: Add Aircrack-ng.

2016-08-11 Thread rennes
Hello, +(description + "Aircrack-ng is a complete suite of tools to assess WiFi nnetwork perhaps the word is network instead nnetwork.

Re: octave license is incompatible with openssl

2016-08-11 Thread Kei Kebreau
Alex Vong writes: > Mike Miller writes: > >> On Wed, Aug 10, 2016 at 14:43:57 +0800, Alex Vong wrote: >>> I thought it was an optional dependency because when I run >>> `./configure --help', it contains the following help: >>> >>> --with-openssl use libcrypto hash routines. Valid ARG

Re: [PATCH 2/5] gnu: Add libosinfo.

2016-08-11 Thread Ricardo Wurmus
Leo Famulari writes: > On Wed, Aug 03, 2016 at 05:46:00PM +0200, Ricardo Wurmus wrote: >> * gnu/packages/qemu.scm (libosinfo): New variable. > >> + ("usb.ids" >> +,(origin >> + (method url-fetch) >> + ;; FIXME: there is no versioned URL >> + (uri "http

Re: [PATCH] ui: 'package->recutils' serializes the source field.

2016-08-11 Thread Ricardo Wurmus
Alex Kost writes: > David Craven (2016-08-10 17:13 +0300) wrote: > >>> Even so, if one insisted on using the recutils output in a programmatic >>> fashion (e.g. in a bash script), it would be best to run “guix build >>> --source” on the package names to obtain the actual source tarballs that >>>

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

2016-08-11 Thread ng0
>From d6a5487d361eb667448871c42c96d9007a264214 Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 11 Aug 2016 13:42:22 + Subject: [PATCH] gnu: Add python-stem. * gnu/packages/python.scm (python-stem): New variable. --- gnu/packages/python.scm | 33 - 1 file changed

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

2016-08-11 Thread ng0
ng0 writes: > [ Unknown signature status ] > These 2 patches add python-stem and python2-stem. > > From 422e5aea16aafbc76a1480b577eef1fecfbf45ec Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Thu, 11 Aug 2016 13:42:22 + > Subject: [PATCH 1/2] gnu: Add python-stem. > > * gnu/packages/python.scm

Re: [PATCH] ui: 'package->recutils' serializes the source field.

2016-08-11 Thread David Craven
How invested are you in this patch? I decided that I wasn't that invested and it isn't worth the trouble. Some things are not meant to be. I hate giving Mathieu the satisfaction, since it opens the door to raising an FSDG issue on any patch, either because you dislike the patch or the author.

Re: octave license is incompatible with openssl

2016-08-11 Thread Alex Vong
Mike Miller writes: > On Wed, Aug 10, 2016 at 14:43:57 +0800, Alex Vong wrote: >> I thought it was an optional dependency because when I run >> `./configure --help', it contains the following help: >> >> --with-openssl use libcrypto hash routines. Valid ARGs are: 'yes', >>

Re: pre-release [PATCH] git-service [v2]

2016-08-11 Thread ng0
ng0 writes: > As I wrote yesterday in freenode, disregard this patch. I > succeeded and currently am debugging the VM. I had it working at some point, but only to find out that I am passing something wrong in the service. Can someone take a look at this service and help me out? testvm.scm Des

Re: [PATCH] st: Update to 0.7.

2016-08-11 Thread ng0
ng0 writes: > This patch updates st, still in the suckless.scm. > > I can adjust whatever patchset gets applied first. Correction: I sent this patch before the email on the release got out, release email says the dependency on libxext got dropped. >From 2d742fdd21115a6a21c1fae11838c2d8ffa90ebb

Re: node FTBFS

2016-08-11 Thread Jelle Licht
Hi Alex, The patch I supplied at [0] seems to not have these issues: - It builds (yay) - That particular test seems run successfully Some other tests had to be disabled, but this was mostly due to constraints of the build environment. Thanks, Jelle [0]: https://lists.gnu.org/archive/html/guix-

Re: [PATCH] gnu: Add sic.

2016-08-11 Thread Alex Kost
ng0 (2016-08-09 21:42 +0300) wrote: > This adds sic, another suckless irc client. I'm not sure about the > description. Otherwise, it just works. > > From 1456c1d176bbbd0173a88959d8d9b5a61f014d0b Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Tue, 9 Aug 2016 18:40:26 + > Subject: [PATCH] gnu:

Re: [PATCH] update notmuch and python bindings

2016-08-11 Thread Alex Kost
> I will commit this patchset in a couple of days if there will be no > other comments, thanks! Committed as 25a78db, 4b6909b and caa6fc8, thanks again. -- Alex

Re: [PATCH] gnu: dwm: Shorten the description.

2016-08-11 Thread Alex Kost
ng0 (2016-08-07 15:02 +0300) wrote: > This description was as long as the package itself. We should not do > this, this is enough. Whoever wants to read up on dwm and tiling wm in > general can read about it in dwm documentation and other twms. > > From 998375b857e807b76144571b4290610ca3e99b96 Mo

Re: [PATCH] gnu: Add emacs-neotree.

2016-08-11 Thread Alex Kost
ng0 (2016-08-10 15:17 +0300) wrote: > This adds the emacs package emacs-neotree, stable branch. > > From 6a6cabbda115fb54ea3a3590a257990a0cf38ed3 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Wed, 10 Aug 2016 12:14:22 + > Subject: [PATCH] gnu: Add emacs-neotree. > > * gnu/packages/emacs.scm (e

[PATCH] gnu: jq: Fix CVE-2015-8863.

2016-08-11 Thread Jelle Licht
Hello, Attached patch backports the commit[0] for jq that fixed the vulnerability referred to as CVE-2015-8863[1]. Some feedback would be welcome. - Jelle >From cbd181ae84003bf3cf4a2d15f44b5242dcc97860 Mon Sep 17 00:00:00 2001 From: Jelle Licht Date: Thu, 11 Aug 2016 17:02:41 +0200 Subject: [PA

[PATCH] st: Update to 0.7.

2016-08-11 Thread ng0
This patch updates st, still in the suckless.scm. I can adjust whatever patchset gets applied first. >From d7262377dee932fe69f523c7db89757c90d10c7b Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 11 Aug 2016 15:01:04 + Subject: [PATCH] gnu: st: Update to 0.7. * gnu/packages/suckless.scm (st):

Re: [PATCH] ui: 'package->recutils' serializes the source field.

2016-08-11 Thread Alex Kost
David Craven (2016-08-10 17:13 +0300) wrote: >> Even so, if one insisted on using the recutils output in a programmatic >> fashion (e.g. in a bash script), it would be best to run “guix build >> --source” on the package names to obtain the actual source tarballs that >> are used by Guix. > > I don

[PATCH] gnu: Add python-stem.

2016-08-11 Thread ng0
These 2 patches add python-stem and python2-stem. From 422e5aea16aafbc76a1480b577eef1fecfbf45ec Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 11 Aug 2016 13:42:22 + Subject: [PATCH 1/2] gnu: Add python-stem. * gnu/packages/python.scm (python-stem): New variable. --- gnu/packages/python.scm

Re: bug#24188: gnucash needs gtk+ in propagated-inputs

2016-08-11 Thread 宋文武
Arun Isaac writes: >> The following environment variables are set which may make a difference >> here: >> >> GUIX_GTK3_PATH=/run/current-system/profile/lib/gtk-3.0 >> GUIX_GTK2_PATH=/run/current-system/profile/lib/gtk-2.0 >> GTK_DATA_PREFIX=/run/current-system/profile > > After setting XDG_

[PATCH] profiles: xdg-mime-database: Run the hook when have GLib based applications.

2016-08-11 Thread 宋文武
* guix/profiles.scm (xdg-mime-database): Run the hook when GLIB is referenced by the manifest. Add SHARED-MIME-INFO to the mime packages of `update-mime-database'. --- guix/profiles.scm | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/guix/profiles.scm b/guix/pr

Re: Trying to fix IBus

2016-08-11 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Chris Marusich writes: > >> One last thing: it seems that the NixOS devs' choice of solution was >> influenced by a desire not to require users to rebuild programs that >> were previously installed in their profiles [1]. They almost chose a >> solution like the one you

Re: Trying to fix IBus

2016-08-11 Thread Ricardo Wurmus
Chris Marusich writes: > One last thing: it seems that the NixOS devs' choice of solution was > influenced by a desire not to require users to rebuild programs that > were previously installed in their profiles [1]. They almost chose a > solution like the one you are proposing, but they changed

Re: [PATCH] gnu: add xlsx2csv.

2016-08-11 Thread Catonano
2016-08-11 14:11 GMT+02:00 Jan Nieuwenhuizen : > Ben Woodcroft writes: > > Hi! > > > Thanks for the package. I built it and used it to convert a file of > > mine, it seemed to work. > > Good! > > > However, I note that while the check phase passes, many of the tests > > are reported as being faile

[PATCH] gnu: Add NetSurf.

2016-08-11 Thread ericbavier
From: Eric Bavier * gnu/packages/web.scm (netsurf): New variable. --- gnu/packages/web.scm | 111 +++ 1 file changed, 111 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index fa791ff..1d0c97e 100644 --- a/gnu/packages/web.s

[PATCH] gnu: Add Aircrack-ng.

2016-08-11 Thread ericbavier
From: Eric Bavier * gnu/packages/networking.scm (aircrack-ng): New variable. --- gnu/packages/networking.scm | 44 1 file changed, 44 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 77207c0..90e290e 100644 -

Re: node FTBFS

2016-08-11 Thread Alex Vong
Just to be complete, this is the error obtained when building on local machine: === release test-tls-alpn-server-client === Path: parallel/test-tls-alpn-server-client assert.js:90 throw new assert.AssertionError({ ^ AssertionError: 'first-priority-unsupported' === false at checkResults (

Re: [PATCH] gnu: add xlsx2csv.

2016-08-11 Thread Jan Nieuwenhuizen
Ben Woodcroft writes: Hi! > Thanks for the package. I built it and used it to convert a file of > mine, it seemed to work. Good! > However, I note that while the check phase passes, many of the tests > are reported as being failed. Could you look into it? That's trying to run them with non-ins

node FTBFS

2016-08-11 Thread Alex Vong
Hi guixers, Node now fails 1 test more, in addition to some of the already disabled tests. Perhaps someone interested can have a look. Node fails to build in hydra since 2/8. Thanks, Alex

Re: dmidecode + flashrom problems on GuixSD?

2016-08-11 Thread ng0
Danny Milosavljevic writes: >> /dev/mem mmap failed: Operation not permitted >> ./flash: line 131: 3752 Segmentation fault $flashrom -p >> internal -w "$rompath" > > Try running it under gdb > > $ gdb --args flashrom -p ... > (gdb) r > ... > Segmentation fault > (gdb) bt > Fixed with c

Re: [PATCH] gnu: Add laby.

2016-08-11 Thread 宋文武
Jan Nieuwenhuizen writes: > [...] > > Gtk now has librsvg working, so Laby works without the ugly png patch > hack. > > From dcf2cde075cf59481ebfc98db18c6ca709bf5519 Mon Sep 17 00:00:00 2001 > From: Jan Nieuwenhuizen > Date: Sun, 7 Feb 2016 12:57:40 +0100 > Subject: [PATCH] gnu: Add laby. Cool,

Re: failing swap service while guix system reconfigure

2016-08-11 Thread ng0
ng0 writes: > Ludovic Courtès writes: > >> 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’. > > The current failure is gone since I updated my system, but I'll

Re: [PATCH] ui: 'package->recutils' serializes the source field.

2016-08-11 Thread David Craven
I expect someone to calmly and rationally reply to my argument and take it seriously, I don't think it's to big of an ask. I want this discussion to find a resolution. >> Asking me to start a discussion on the linux-libre mailing list over >> this is an unreasonable request. > I'm sorry that you

Re: [PATCH] ui: 'package->recutils' serializes the source field.

2016-08-11 Thread Mark H Weaver
David Craven writes: > We already agreed to drop the patch. I didn't know that when I wrote my message, because I hadn't finished reading the thread. > Since this is a point of disagreement I think this is a discussion > that should be had. Having now read the entire thread, I'd prefer not to d

Re: [PATCH] ui: 'package->recutils' serializes the source field.

2016-08-11 Thread David Craven
Hi Mark, We already agreed to drop the patch. I don't understand why you'd want to pick a fight that no one is fighting. Besides where the tarball came from is a fact. Since this is a point of disagreement I think this is a discussion that should be had. I'll provide a couple of word definitions

[PATCH] gnu: add xlsx2csv.

2016-08-11 Thread Jan Nieuwenhuizen
Hi! Find xlsx2csv package attached. Greetings, Jan >From ab5767429283f3fa7cbff294e4c7466f1bc06b14 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 13 Jul 2016 14:46:33 +0200 Subject: [PATCH] gnu: add xlsx2csv. * gnu/packages/python.scm (xlsx2csv): New variable. --- gnu/packages/pyt

[PATCH] gnu: rottlog: rotate messages daily.

2016-08-11 Thread Jan Nieuwenhuizen
Hi! Using the attached patch and the configuration below, rottlog actually rotates /var/log/messages daily. Greetings, Jan --8<---cut here---start->8--- (use-package-modules admin) (use-service-modules mcron) (define rottlog-job #~(job '(next-hour '(5))

Re: Trying to fix IBus

2016-08-11 Thread Chris Marusich
Ricardo Wurmus writes: > Chris Marusich writes: > >> Ricardo Wurmus writes: >> >>> NixOS encountered the same problem: >>> >>> https://github.com/NixOS/nixpkgs/pull/14568 >>> >>> I don’t like their solution to set a variable NIX_PROFILES and let GTK >>> look for immodule files in each of th

Re: [PATCH] ui: 'package->recutils' serializes the source field.

2016-08-11 Thread Mark H Weaver
Mark H Weaver writes: > Mathieu Lirzin writes: > >> David Craven writes: >> >>> Quoting FSDG: >>> A free system distribution must not steer users towards obtaining any >>> nonfree information for practical use, or encourage them to do so. >>> >>> We are not steering or encouraging users to do a

Re: [PATCH] ui: 'package->recutils' serializes the source field.

2016-08-11 Thread Mark H Weaver
Mathieu Lirzin writes: > David Craven writes: > >> Quoting FSDG: >> A free system distribution must not steer users towards obtaining any >> nonfree information for practical use, or encourage them to do so. >> >> We are not steering or encouraging users to do any thing by displaying >> the sour

Re: Trying to fix IBus

2016-08-11 Thread Ricardo Wurmus
Chris Marusich writes: > Ricardo Wurmus writes: > >> NixOS encountered the same problem: >> >> https://github.com/NixOS/nixpkgs/pull/14568 >> >> I don’t like their solution to set a variable NIX_PROFILES and let GTK >> look for immodule files in each of the directories. > > Why don't you li

Re: octave license is incompatible with openssl

2016-08-11 Thread Mark H Weaver
Mike Miller writes: > On Wed, Aug 10, 2016 at 00:28:04 -0400, Mark H Weaver wrote: >> We should investigate the reason why it failed without OpenSSL. I would >> start by repeating the build attempt without OpenSSL, and looking at the >> resulting config.log to see what went wrong. > > Sounds goo

Re: Tor Browser

2016-08-11 Thread ng0
Hi, Mark H Weaver writes: > Alex Vong writes: > >> ng0 writes: >> >>> Alex Vong writes: >>> Finally, I agree that icecat could switch to tor browser as its upstream. >>> >>> Maybe you want to help me out with writing the email / post to >>> torproject: >>> https://lists.gnu.org/archive/h

Re: Trying to fix IBus

2016-08-11 Thread Chris Marusich
Ricardo Wurmus writes: > NixOS encountered the same problem: > > https://github.com/NixOS/nixpkgs/pull/14568 > > I don’t like their solution to set a variable NIX_PROFILES and let GTK > look for immodule files in each of the directories. Why don't you like their solution? Why do you believe

[PATCH] daemon: Break CHROOT_ENABLED into smaller macros.

2016-08-11 Thread Manolis Ragkousis
Hello, This is an updated version of my previous "daemon: Break CHROOT_ENABLED into CHROOT_ENABLED and CLONE_ENABLED." patch which also changes how pivot_root() is defined. Thank you, Manolis From aea4bf23b699b7ef5d7007b81f296b77324d5b6c Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Sun

Re: [PATCH] gnu: gnome-mpv: Update to 0.10.

2016-08-11 Thread Ricardo Wurmus
Alex Griffin writes: > This patch just updates gnome-mpv to 0.10. Thank you! Pushed to master as 2ebc5ad60300a207b7855c6bc3bf921c6057e36f. ~~ Ricardo