Re: [PATCH] fluxbox window manager

2016-02-27 Thread Eric Bavier
On Tue, 23 Feb 2016 16:29:44 -0600 Eric Bavier wrote: > On Fri, 19 Feb 2016 20:54:22 +0100 > Danny Milosavljevic wrote: > > > Hi, > > > > On Fri, 19 Feb 2016 08:20:21 -0600 > > Eric Bavier wrote: > > > > > This new package should rather go in gnu/packages/wm.scm. > > > > I'd like to d

Re: guile-emacs build failure

2016-02-27 Thread Christopher Allan Webber
Danny Milosavljevic writes: > $ ./pre-inst-env guix package -i guile-emacs > ... > configure: error: C compiler cannot create executables > See `config.log' for more details > phase `configure' failed after 0.4 seconds > builder for > `/gnu/store/izc4h0kd4pxh65v7yirshhprv5m13xnq-guile-emacs-20150

Re: Is anybody working on a go build system in guix?

2016-02-27 Thread Leo Famulari
On Sat, Feb 27, 2016 at 09:12:42PM +0200, Efraim Flashner wrote: > On Fri, 26 Feb 2016 16:36:56 -0500 > Leo Famulari wrote: > > > On Fri, Feb 26, 2016 at 03:59:49PM -0500, Thompson, David wrote: > > > On Fri, Feb 26, 2016 at 2:31 PM, wrote: > > > > I have lately looked closer at IPFS and I wo

Re: [PATCH] Fix jellyfish on non-x86_64

2016-02-27 Thread Andreas Enge
Hello, on armhf, I get lots of errors such as these: unit_tests/test_mer_dna.cc: In instantiation of ‘void {anonymous}::MerDNA_GetBits_Test::TestBody() [with gtest_TypeParam_ = {anonymous}::VTC, 1>]’: unit_tests/test_mer_dna.cc:529:1: required from here unit_tests/test_mer_dna.cc:464:96: err

Re: [PATCH] gnu: btrfs-progs: Update to 4.4.1.

2016-02-27 Thread Leo Famulari
On Sat, Feb 27, 2016 at 10:41:42PM +0200, Efraim Flashner wrote: > On Sat, 27 Feb 2016 01:17:04 +0100 > Tobias Geerinckx-Rice wrote: > > > * gnu/packages/linux.scm (btrfs-progs): Update to 4.4.1. > looks good to me! > > applied in 9c7f7e2d. Thanks for keeping up with this pcakage, Tobias! Hav

Re: [PATCH] Fix jellyfish on non-x86_64

2016-02-27 Thread Ricardo Wurmus
Efraim Flashner writes: > On Sat, 27 Feb 2016 17:10:07 +0100 > Ricardo Wurmus wrote: > >> * gnu/packages/bioinformatics.scm (jellyfish)[arguments]: Append >> "--with-sse=no" and "--with-int128=no" to configure flags unless the >> system is x86_64. >> --- >> gnu/packages/bioinformatics.scm

Re: [PATCH] gnu: btrfs-progs: Update to 4.4.1.

2016-02-27 Thread Efraim Flashner
On Sat, 27 Feb 2016 01:17:04 +0100 Tobias Geerinckx-Rice wrote: > * gnu/packages/linux.scm (btrfs-progs): Update to 4.4.1. > --- > gnu/packages/linux.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm > index 6068471.

Re: [PATCH] Fix jellyfish on non-x86_64

2016-02-27 Thread Efraim Flashner
On Sat, 27 Feb 2016 17:10:07 +0100 Ricardo Wurmus wrote: > * gnu/packages/bioinformatics.scm (jellyfish)[arguments]: Append > "--with-sse=no" and "--with-int128=no" to configure flags unless the > system is x86_64. > --- > gnu/packages/bioinformatics.scm | 6 +- > 1 file changed, 5 inser

Re: Installing headers to a separate output?

2016-02-27 Thread Pjotr Prins
On Sat, Feb 27, 2016 at 12:33:11PM +0100, Ricardo Wurmus wrote: > >> I thought a bit about it before and I don't really think it'll save that > >> much > >> space. Most of the time the headers are a small part of the total package, > >> and the fine-tuning that comes with chosing exactly which out

Re: Is anybody working on a go build system in guix?

2016-02-27 Thread Efraim Flashner
On Fri, 26 Feb 2016 16:36:56 -0500 Leo Famulari wrote: > On Fri, Feb 26, 2016 at 03:59:49PM -0500, Thompson, David wrote: > > On Fri, Feb 26, 2016 at 2:31 PM, wrote: > > > I have lately looked closer at IPFS and I would like to compile and run it > > > on GuixSD but don't know how to succeed

[PATCH] Add einstein.

2016-02-27 Thread Andreas Enge
Hello, the attached patch adds a game the source code of which has almost disappeared... So lots of annoying little things to change. I do it (mostly) in a build phase right now; should I rather use a patch? The one thing that bothers me is the lack of license: Debian claims it is gpl2+ and inclu

[PATCH] Fix jellyfish on non-x86_64

2016-02-27 Thread Ricardo Wurmus
This is an attempt to fix the building of Jellyfish on non-x86_64. >From f86b1ecef4a3760cc7807f3cacdb0e820e8b4c1b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 27 Feb 2016 16:46:28 +0100 Subject: [PATCH] gnu: jellyfish: Disable SSE and intl128 when not on x86_64. * gnu/packages/bioinf

Re: [PATCH] Fix arandr.

2016-02-27 Thread Ricardo Wurmus
Mark H Weaver writes: > Ricardo Wurmus writes: > >> Mark H Weaver writes: >> >>> Ricardo Wurmus writes: >>> arandr doesn’t work as it needs “xrandr” at runtime. I tried to patch the sources to replace the path to the “xrandr” binary with a full store item path, but this wasn’t

[PATCH] gnu: Add byzanz.

2016-02-27 Thread David Thompson
Here's a package for a convenient little program to capture desktop recordings as animated GIFs. It hasn't seen a stable release in 5 years so we use what's in the Git repo instead. >From 2192e78f9b46901c581a4288d5dc28fa820871ed Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 27 Feb 201

Re: [PATCH] Fix arandr.

2016-02-27 Thread Mark H Weaver
Ricardo Wurmus writes: > Mark H Weaver writes: > >> Ricardo Wurmus writes: >> >>> arandr doesn’t work as it needs “xrandr” at runtime. I tried to patch >>> the sources to replace the path to the “xrandr” binary with a full store >>> item path, but this wasn’t quite as pretty as I hoped as the

[PATCH] Add procmail

2016-02-27 Thread Lukas Gradl
Hello Guix! Attached is a patch to add the mail delivery agent Procmail. I am new to Guix and Scheme, so I would very much welcome any comments you might have. Thanks in advance! Best, Lukas From 862c540938cd16ed20ce8107ff9729e5f24dae09 Mon Sep 17 00:00:00 2001 From: Lukas Gradl Date: Sat, 2

Re: [PATCH] Fix arandr.

2016-02-27 Thread Ricardo Wurmus
Mark H Weaver writes: > Ricardo Wurmus writes: > >> arandr doesn’t work as it needs “xrandr” at runtime. I tried to patch >> the sources to replace the path to the “xrandr” binary with a full store >> item path, but this wasn’t quite as pretty as I hoped as the arandr >> sources don’t define t

Re: [PATCH] Fix arandr.

2016-02-27 Thread Mark H Weaver
Ricardo Wurmus writes: > arandr doesn’t work as it needs “xrandr” at runtime. I tried to patch > the sources to replace the path to the “xrandr” binary with a full store > item path, but this wasn’t quite as pretty as I hoped as the arandr > sources don’t define the path once but directly assemb

Re: [PATCH] Add emacs-god-mode

2016-02-27 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Alex Kost writes: > >> Ricardo Wurmus (2016-02-21 15:54 +0300) wrote: >> >>> +(define-public emacs-god-mode >>> + (package >>> +(name "emacs-god-mode") >>> +(version "20151005.925") >>> +(source >>> + (origin >>> + (method url-fetch) >>> + (

Re: [PATCH] draft addition of github updater

2016-02-27 Thread Ricardo Wurmus
Ben Woodcroft writes: > Pushed as 917a2a58. Yay! This allows us to strike off another item from the list of features to add before the 0.9.1 release. Thank you! ~~ Ricardo

Re: [PATCH] gnu: Add clojure.

2016-02-27 Thread Ricardo Wurmus
Alex Vong writes: > Federico Beffa writes: > >> Alex Vong writes: >> >>> + #:phases >>> + (modify-phases %standard-phases >>> + (delete 'configure) >>> + (replace 'unpack >>> + (lambda _ >>> + (and (mkdir "clojure/") >>> + (zer

Re: Installing headers to a separate output?

2016-02-27 Thread Ricardo Wurmus
Ludovic Courtès writes: > Efraim Flashner skribis: > >> On Thu, 25 Feb 2016 21:32:22 +0100 >> Ricardo Wurmus wrote: >> >>> Hi Guix, >>> >>> should we install headers to separate outputs as we do it in some cases >>> for really large documentation? It seems wrong to me to download >>> substit

[PATCH] Fix arandr.

2016-02-27 Thread Ricardo Wurmus
Hi Guix, arandr doesn’t work as it needs “xrandr” at runtime. I tried to patch the sources to replace the path to the “xrandr” binary with a full store item path, but this wasn’t quite as pretty as I hoped as the arandr sources don’t define the path once but directly assemble command line strings

Re: [PATCH] Add gtklick.

2016-02-27 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> From 76cb9cb91b76f4bb723030d3d5a63238cdf98e20 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Thu, 25 Feb 2016 09:45:05 +0100 >> Subject: [PATCH 1/3] gnu: Add pyliblo. >> >> * gnu/packages/audio.scm (python-pyliblo, python2-pylib

Re: [PATCH] gnu: Add clojure.

2016-02-27 Thread Federico Beffa
Alex Vong writes: > + (every (lambda (src) > +(begin (unpack src) > + (copy src))) > + '("data-generators-src" "java-classpath-src" > +"test-check-src" "test-generative-src" > +