Re: [PATCH] Add SimpleDSO.

2016-05-01 Thread Ricardo Wurmus
Leo Famulari writes: > On Sun, May 01, 2016 at 06:22:17PM +0200, Ricardo Wurmus wrote: >> Hi Guix, >> >> this patch adds a tool to display waveforms from my digital storage >> oscilloscope. The package definition is a bit ugly because upstream >> doesn’t really have a good build system. > > Do

Re: [PATCH] Add SimpleDSO.

2016-05-01 Thread Leo Famulari
On Sun, May 01, 2016 at 06:22:17PM +0200, Ricardo Wurmus wrote: > Hi Guix, > > this patch adds a tool to display waveforms from my digital storage > oscilloscope. The package definition is a bit ugly because upstream > doesn’t really have a good build system. Does it really require qt-4? We remo

Re: [PATCH] gnu: asymptote: Update to 2.37

2016-05-01 Thread Leo Famulari
On Sun, May 01, 2016 at 01:28:25PM +0200, Nicolas Goaziou wrote: > Hello, > > The following patch updates asymptote to 2.37. Thank you for considering > it for merging. Thanks for paying attention this package! To anyone reading along, support for GSL 2 was added in this release. Pushed with so

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-05-01 Thread rennes
On 2016-04-27 14:05, Jan Nieuwenhuizen wrote: Leo Famulari writes: Hi! Find attached a new version of gnome-tweak-tool. Sorry, I still don't understand. Can you explain why you want to remove python2 from the propagated inputs? Propagated-inputs are silently installed into the user's prof

Re: [PATCH] Add thinkfan.

2016-05-01 Thread Kei Yamashita
On Sun, 1 May 2016 17:14:18 -0400 Leo Famulari wrote: > On Sun, May 01, 2016 at 01:05:59AM +0200, Nicolas Goaziou wrote: > > * gnu/packages/linux.scm (thinkfan): New variable. > > Thanks! > > > +(arguments > > + `(#:tests? #f ;no test target > > + #:configur

Re: [PATCH] Add thinkfan.

2016-05-01 Thread Leo Famulari
On Sun, May 01, 2016 at 01:05:59AM +0200, Nicolas Goaziou wrote: > * gnu/packages/linux.scm (thinkfan): New variable. Thanks! > +(arguments > + `(#:tests? #f ;no test target > + #:configure-flags > + `("-DUSE_ATASMART:BOOL=ON"))) Can you add a brief comme

Re: [PATCH] gnu: Add parole.

2016-05-01 Thread Kei Yamashita
On Fri, 29 Apr 2016 03:05:08 -0400 Leo Famulari wrote: > On Sun, Apr 17, 2016 at 11:14:00AM -0400, Kei Yamashita wrote: > > I've disabled the mpris2 plugin because parole will fail to build, > > citing a missing gst/tag/tag.h header file (even though it exists in > > gst-plugins-base's include fo

Re: [PATCH] gnu: Add geiser-next.

2016-05-01 Thread Leo Famulari
On Fri, Apr 29, 2016 at 06:35:43PM -0500, Christopher Allan Webber wrote: > * gnu/packages/emacs.scm (geiser-next): New variable. > +(version "20160428.4c8b3de") Looks good, but can you make the version string in the style described in 7.6.3 Version Numbers? https://www.gnu.org/software/guix

Re: [PATCH] Add portmidi (and add MIDI support to frescobaldi)

2016-05-01 Thread Leo Famulari
On Wed, Apr 27, 2016 at 09:31:20PM +0200, Ricardo Wurmus wrote: > these patches add MIDI support to Frescobaldi via portmidi. I took a > patch from Gentoo to break apart the portmidi build, so that we can > disable the Java parts and cleanly disable the tests which fail to link > (possibly because

Ungrafting

2016-05-01 Thread Leo Famulari
Hi all, When committing a bug fix with a graft, I think it would be a good idea to follow up on some other branch with a commit that makes the same change without a graft. Core-updates was suggested on IRC. This would mean that after each graft commit, master would need to be merged into core-upd

Re: [PATCH] gnu: Add 4store.

2016-05-01 Thread Leo Famulari
On Wed, Apr 27, 2016 at 12:47:40AM +0200, Roel Janssen wrote: > * gnu/packages/databases.scm (4store): New variable. > * gnu/packages/patches/4store-fix-buildsystem.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add patch file entry. > +(version "1.1.6") So, no luck persuading them to i

Re: [PATCH 06/10] gnu: Add libiconv.

2016-05-01 Thread John Darrington
On Sun, May 01, 2016 at 08:58:12PM +0200, Jan Nieuwenhuizen wrote: John Darrington writes: > I am sorry for my ignorance but why is libiconv needed when > targeting mingw? > > Because Microsoft does not implement iconv, and presumably this package nee

Re: [PATCH 06/10] gnu: Add libiconv.

2016-05-01 Thread Jan Nieuwenhuizen
John Darrington writes: > I am sorry for my ignorance but why is libiconv needed when > targeting mingw? > > Because Microsoft does not implement iconv, and presumably this package needs > it. As this is about the mingw port, it would be because the mingw c library does not bundl

Re: [PATCH 06/10] gnu: Add libiconv.

2016-05-01 Thread Jan Nieuwenhuizen
Manolis Ragkousis writes: > Καλησπέρα Jan, Goedeavond Manolis, >> + #:export (glibc >> +libiconv-if-needed)) > > The #:export (glibc...) part only exists in wip-hurd so we need to > remove this in order for your patch to apply on master. Ok, changed to #:export (libiconv-if-ne

ANN: guix-import-debian

2016-05-01 Thread Hartmut Goebel
Hi, based on a former short discussion [1] I implemented a Pyhton tool which helps generating package definitions from Debian descriptions. Comments and enhancements are *very* welcome. Installation: pip install guix-import-debian :Homepage: https://gitlab.com/htgoebel/guix-import-debian

Re: [PATCH v3] gnu: Add python2-shedskin.

2016-05-01 Thread Leo Famulari
On Mon, Apr 25, 2016 at 04:04:59AM +0200, Danny Milosavljevic wrote: > > My instinct is that we should make it refer directly to the libraries > > (pcre and libgc) but that user-facing executables like make and g++ > > should be installed by the user. > > Yeah, I did it like that in the existing p

Re: [PATCH 06/10] gnu: Add libiconv.

2016-05-01 Thread John Darrington
On Sun, May 01, 2016 at 08:07:56PM +0300, Manolis Ragkousis wrote: ?? Jan, On 04/29/2016 06:12 PM, Jan Nieuwenhuizen wrote: > + #:use-module (guix build-system trivial) > + #:export (glibc > +libiconv-if-needed)) The #:export (

Re: [PATCH 06/10] gnu: Add libiconv.

2016-05-01 Thread Manolis Ragkousis
Καλησπέρα Jan, On 04/29/2016 06:12 PM, Jan Nieuwenhuizen wrote: > + #:use-module (guix build-system trivial) > + #:export (glibc > +libiconv-if-needed)) The #:export (glibc...) part only exists in wip-hurd so we need to remove this in order for your patch to apply on master. > +(de

Re: [PATCH 00/10] Add python-barbicanclient.

2016-05-01 Thread Leo Famulari
On Fri, Apr 29, 2016 at 04:20:53PM +0200, Cyril Roelandt wrote: > This patch series adds python-barbicanclient, one of the CLI clients for > OpenStack. I was able to build the following packages, picked haphazardly, after applying this patch series: rseqc python2-urllib3 python-pytest-xprocess py

[PATCH] Add SimpleDSO.

2016-05-01 Thread Ricardo Wurmus
Hi Guix, this patch adds a tool to display waveforms from my digital storage oscilloscope. The package definition is a bit ugly because upstream doesn’t really have a good build system. It works fine for me and I hope it’s useful for others as well. ~~ Ricardo >From 2ad0b4186e08f8e1e81fc8394ff

Re: [PATCH] Add synthv1

2016-05-01 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> This 4-oscillator synthesizer has a very simple and clean user >> interface. >> >> From b51dae381a974f10c9c51facd5732aaa6846d931 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Wed, 27 Apr 2016 22:49:22 +0200 >> Subject: [PATCH]

Re: The waf problem (running nondeterministic binary blobs at build)

2016-05-01 Thread Ludovic Courtès
Alex Griffin skribis: > Debian replaces all binary 'waf' files with their own > 'waf-uncompressed'. I think our python-waf package should be altered to > produce an uncompressed version, then the waf-build-system should > automatically use that (look at the python-pycairo package for an > example

Re: [PATCH 0/1] Nginx: Update to 1.10.0

2016-05-01 Thread Ludovic Courtès
Leo Famulari skribis: > There is a new stable release of Nginx: 1.10.0: > > http://nginx.org/en/download.html > > Take a look at the changes to see if there are any new features we > should enable. HTTP/2? The changes are in the 1.9.* updates: > > http://nginx.org/en/CHANGES-1.10 If there are no

Re: cron-service

2016-05-01 Thread Ludovic Courtès
Hi! Danny Milosavljevic skribis: > I've seen the mcron package but I don't understand how it gets launched. > Should there be a cron-service ? Ah ha! I have a preliminary mcron service (attached). It’s undocumented and subject to change, but feedback is welcome! Currently it’s designed to r

Re: [PATCH] Add synthv1

2016-05-01 Thread Ludovic Courtès
Ricardo Wurmus skribis: > This 4-oscillator synthesizer has a very simple and clean user > interface. > > From b51dae381a974f10c9c51facd5732aaa6846d931 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 27 Apr 2016 22:49:22 +0200 > Subject: [PATCH] gnu: Add synthv1. > > * gnu/packages/

Re: HTTP server invalid date header

2016-05-01 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> Ricardo Wurmus skribis: >> >>> I tested JUnit previously with the log4j-api package, but I cannot >>> submit this right now due to a bug(?) in Guile’s HTTP client, which >>> makes it impossible for me to download the sources of its dependen

[PATCH] gnu: asymptote: Update to 2.37

2016-05-01 Thread Nicolas Goaziou
Hello, The following patch updates asymptote to 2.37. Thank you for considering it for merging. Regards, -- Nicolas Goaziou0x80A93738 >From dfd74ca805031b37456ea2824ad069916d104878 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 30 Apr

Re: [PATCH 02/10] gnu: bootstrap: Add i686-mingw.

2016-05-01 Thread Manolis Ragkousis
Pushed to master. Thanks :-)