Re: [PATCH] gnu: Add denemo.

2016-07-07 Thread Ricardo Wurmus
Kei Kebreau writes: > Ricardo Wurmus writes: > >> Kei Kebreau writes: >> >>> Hello all, >>> >>> I've completed a patch for GNU Denemo, though it has one minor issue. At >>> the end of the build it complains about a musical flat symbol in one of the >>> filenames. The other files like it use a

Re: Stuck on KiCad dependency wxPython

2016-07-07 Thread Leo Famulari
On Thu, Jul 07, 2016 at 09:31:20AM +0300, Efraim Flashner wrote: > /gnu/store/h38zwyj2a64dpai99gavv3anhk303xyp-wxwidgets-3.0.2/include/wx-3.0/wx/wx.h > > looks like you'll need (string-append "-I" (assoc-ref %build-inputs > "wxwidgets") "/include/wx-3.0") as a configure flag Unfortunately, it has

Re: [PATCH] services: nginx: fix typo.

2016-07-07 Thread Leo Famulari
On Thu, Jul 07, 2016 at 06:57:05PM +, ng0 wrote: > I'm not certain if this is a typo at all, but I found this and it > might be a typo. > -The nginx daemon loads its runtime configuration from CONFIG-FIGLE, stores > log > +The nginx daemon loads its runtime configuration from CONFIG-FILE, sto

Re: [PATCH] gnu: Add di.

2016-07-07 Thread Leo Famulari
On Thu, Jul 07, 2016 at 12:30:11PM -0400, John J Foerch wrote: > Any remaining blocking issues on this? Pushed as 614023981!

[PATCH] services: nginx: fix typo.

2016-07-07 Thread ng0
I'm not certain if this is a typo at all, but I found this and it might be a typo. >From aba036e365c64a9b37c165b69b34980ee02df578 Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 7 Jul 2016 18:44:13 + Subject: [PATCH] services: nginx: Fix a typo in nginx-service. * gnu/services/web.scm (nginx-s

Re: [PATCH 2/2] services: Add 'dropbear-service'.

2016-07-07 Thread David Craven
That's my understanding too. From a quick glance at the source it falls back onto stuff from /proc /sys. I guess there are weaker links in a system dough, but I'm also no expert. On a side note there are the matsano crypto challanges that are pretty cool, in case you haven't heard of them, I never

Re: [PATCH] gnu: Add di.

2016-07-07 Thread Leo Famulari
On Thu, Jul 07, 2016 at 12:30:11PM -0400, John J Foerch wrote: > Any remaining blocking issues on this? Not really... I've been struggling to write the comment that justifies skipping the tests :) Any suggestions?

Re: [PATCH 2/2] services: Add 'dropbear-service'.

2016-07-07 Thread Leo Famulari
On Mon, Jul 04, 2016 at 10:56:16PM +0200, David Craven wrote: > * gnu/services/ssh.scm (dropbear-service, ...): New variables. > * doc/guix.texi: New node. I noticed in another thread you said something like "dropbear-service [...] works without rngd service" [0]. Can you clarify what you mean? Do

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

2016-07-07 Thread Efraim Flashner
On Thu, Jul 07, 2016 at 09:39:48AM -0500, Alex Griffin wrote: > On Thu, Jul 7, 2016, at 02:10 AM, Ricardo Wurmus wrote: > > > + (uri (string-append > > > "https://github.com/gnome-mpv/gnome-mpv/releases/download/v"; > > > + version "/gnome-mpv-" version ".tar.xz"))

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

2016-07-07 Thread Eric Bavier
On July 7, 2016 9:39:48 AM CDT, Alex Griffin wrote: >On Thu, Jul 7, 2016, at 02:10 AM, Ricardo Wurmus wrote: >> > + (uri (string-append >"https://github.com/gnome-mpv/gnome-mpv/releases/download/v"; >> > + version "/gnome-mpv-" version >".tar.xz")) >> >> This lin

Re: [PATCH] gnu: Add di.

2016-07-07 Thread John J Foerch
John J Foerch writes: > Leo Famulari writes: > >> On Mon, Jul 04, 2016 at 11:18:50AM -0400, John J Foerch wrote: >>> * gnu/packages/admin.scm (di): New variable. >> >> A few final nitpicks before others make a decision about the test suite >> ;) >> >>> +(arguments >>> + `(#:phases >>> +

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

2016-07-07 Thread Alex Griffin
On Thu, Jul 7, 2016, at 02:10 AM, Ricardo Wurmus wrote: > > + (uri (string-append > > "https://github.com/gnome-mpv/gnome-mpv/releases/download/v"; > > + version "/gnome-mpv-" version ".tar.xz")) > > This line looks a bit long to me. Have you checked with “guix li

Re: [PATCH] Add Ribotaper.

2016-07-07 Thread Ricardo Wurmus
Ben Woodcroft writes: > On 07/07/16 19:26, Ricardo Wurmus wrote: >> Hi Guix, >> >> this patch adds a bioinformatics tool called "Ribotaper". It needs a >> somewhat >> older version of bedtools, because the output format produced by bedtools >> changed after version 2.18.0 (they don't seem to c

Re: [PATCH] gnu: Add denemo.

2016-07-07 Thread Kei Kebreau
Ricardo Wurmus writes: > Kei Kebreau writes: > >> Hello all, >> >> I've completed a patch for GNU Denemo, though it has one minor issue. At >> the end of the build it complains about a musical flat symbol in one of the >> filenames. The other files like it use a "b" in place of the flat >> symbo

Re: [PATCH] Add Ribotaper.

2016-07-07 Thread Ben Woodcroft
On 07/07/16 19:26, Ricardo Wurmus wrote: Hi Guix, this patch adds a bioinformatics tool called "Ribotaper". It needs a somewhat older version of bedtools, because the output format produced by bedtools changed after version 2.18.0 (they don't seem to care about semantic versioning). This is

Making package builds deterministic

2016-07-07 Thread Matthew Jordan
Good Day everyone, After running the following commands I got some output at the end indicating non-determinisim. $ export GUIX_BUILD_OPTIONS="--keep-failed --verbosity=3" $ ./pre-inst-env guix build --rounds=2 go@1

Re: GUIX_LOCPATH in daemon unit file

2016-07-07 Thread Daniel Pimentel
I think GUIX_LOCPATH should be set automatically. I agree with Ricardo. When I started with Guix/GuixSD I had some problems with it. Thanks, -- Daniel Pimentel (aka d4n1)

Re: GUIX_LOCPATH in daemon unit file

2016-07-07 Thread Daniel Pimentel
I think GUIX_LOCPATH should be set automatically. I agree with Ricardo. When I start with Guix/GuixSD I have some problems with it. Thanks, -- Daniel Pimentel (aka d4n1)

Re: [PATCH 2/3] gnu: Add r-svglite.

2016-07-07 Thread Ben Woodcroft
On 06/07/16 13:30, Ricardo Wurmus wrote: Ben Woodcroft writes: [..] --- +(synopsis "An 'SVG' Graphics Device") How about just “SVG graphics device”? +(description + "@code{svglite} is a graphics device that produces clean SVG (Scalable +Vector Graphics) output, suitable for u

Re: netcat-openbsd implementations

2016-07-07 Thread ng0
Aron Xu writes: > Hi, > > See comment below, > > On Wed, Jun 29, 2016 at 8:13 PM, wrote: >> >> Hi, >> >> I've seen you as the last person commiting to netcat-openbsd >> for Debian in 2012[2]. >> >> I have written a package definition for netcat-openbsd for Guix. >> >> At Guix we don't want to mai

Re: Making package builds deterministic

2016-07-07 Thread Alex Vong
Matthew Jordan writes: > Good Day everyone, > > After running the following commands I got some output at the end > indicating non-determinisim. > > > > $ export GUIX_BUILD_OPTIONS="--keep-failed --verbosity=3" > $ .

Re: Making package builds deterministic

2016-07-07 Thread Ricardo Wurmus
Hi Matthew, > After running the following commands I got some output at the end > indicating non-determinisim. > > > > $ export GUIX_BUILD_OPTIONS="--keep-failed --verbosity=3" > $ ./pre-inst-env guix build --rounds=

Re: GUIX_LOCPATH in daemon unit file

2016-07-07 Thread Ricardo Wurmus
Hi Thomas, > using Guix on Ubuntu, I kept seeing messages “substitute: warning: > failed to install locale: Invalid argument” (though apart from this > warning, everything seemed to work normally). > > From a previous thread on this mailing list, I learnt that the > problem is that the daemo

[PATCH] gnu: Add Ribotaper.

2016-07-07 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (bedtools-for-ribotaper, ribotaper): New variables. --- gnu/packages/bioinformatics.scm | 44 + 1 file changed, 44 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 294f4ee

[PATCH] Add Ribotaper.

2016-07-07 Thread Ricardo Wurmus
Hi Guix, this patch adds a bioinformatics tool called "Ribotaper". It needs a somewhat older version of bedtools, because the output format produced by bedtools changed after version 2.18.0 (they don't seem to care about semantic versioning). This is why this patch not only adds a variable "ribo

Re: [PATCH] Add gctp

2016-07-07 Thread Thomas Danckaert
From: Leo Famulari Subject: Re: [PATCH] Add gctp Date: Fri, 1 Jul 2016 16:33:12 -0400 On Mon, Jun 27, 2016 at 09:07:54PM +0200, Thomas Danckaert wrote: Indeed, I believe GCTP is not maintained anymore, and each project using it makes a few small adjustments. From the changelog, it seems GCTP w

Re: pybitmessage, python2-pyqt-4 - strace and packages

2016-07-07 Thread Ricardo Wurmus
ng0 writes: > I contacted upstream and asked about the contribution I sent via > Bitmessage earlier, I explained why using/providing > python-setuptools might be of benefit for other developers too. I think that’s the right approach here. If an application doesn’t have a real build system it’s

Re: [PATCH] gnu: Add denemo.

2016-07-07 Thread Ricardo Wurmus
Kei Kebreau writes: > Hello all, > > I've completed a patch for GNU Denemo, though it has one minor issue. At > the end of the build it complains about a musical flat symbol in one of the > filenames. The other files like it use a "b" in place of the flat > symbol. Should I patch it just for Gui

Re: [PATCH 1/2] gnu: mpv: Enable shared library support.

2016-07-07 Thread Ricardo Wurmus
Alex Griffin writes: > This patch enables the libmpv shared library, needed by frontends like > gnome-mpv. Looks good to me. Thank you! ~~ Ricardo

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

2016-07-07 Thread Ricardo Wurmus
Hi Alex, > This patch adds gnome-mpv, a simple GTK+ frontend to the mpv video > player. Thank you for the patch! > +(define-public gnome-mpv > + (package > +(name "gnome-mpv") > +(version "0.9") > +(source > + (origin > + (method url-fetch) > + (uri (string-append

Re: bio package star

2016-07-07 Thread Ricardo Wurmus
Ben Woodcroft writes: > On 07/07/16 15:52, Efraim Flashner wrote: >> http://hydra.gnu.org/build/1295673/log/raw Star currently fails to build >> on i686. Looking at the logs, it freaks out at an unsigned long int, >> __uint128_t, which as far as I know isn't supported on 32-bit systems, >> so it