Re: [PATCHES] Add wicd and wicd-service

2015-03-08 Thread 白い熊
On 2015年3月9日 3:04:55 CET, Mark H Weaver wrote: >> When running `sudo guix system reconfigure /etc/sysconfig.scm' I get: > >> >> guix system: error: failed to load operating system file >'/etc/sysconfig.scm': >> ERROR: no code for module (gnu packages wicd) >> >> This after a `guix pull'. >> >> W

zsh and fish missed in /etc/shells?

2015-03-08 Thread Axel
Could we append /etc/shells with `zsh` or `fish` paths after these shells installed in the system? And I think these shells should be linked to /run/current-system/profile/bin/ as `bash` does. -- Александр Графов

[PATCH] gnu: Add rxvt-unicode.

2015-03-08 Thread Axel
urxvt terminal with default configuration. -- Александр Графов 0001-gnu-Add-rxvt-unicode.patch Description: Binary data

Re: [PATCHES] Add wicd and wicd-service

2015-03-08 Thread Mark H Weaver
白熊 writes: > On 2015年2月23日 15:32:44 CET, Daniel Pimentel wrote: >>On 2015-02-12 10:44, Mark H Weaver wrote: >>> Daniel Pimentel writes: >>> Guixs, I reconfigured my system with wicd. My config.scm (in /etc/config.scm): (use-modules (gnu)) (use-service-modules xorg networkin

Re: [PATCHES] Add wicd and wicd-service

2015-03-08 Thread 白熊
On 2015年2月23日 15:32:44 CET, Daniel Pimentel wrote: >On 2015-02-12 10:44, Mark H Weaver wrote: >> Daniel Pimentel writes: >> >>> Guixs, I reconfigured my system with wicd. My config.scm (in >>> /etc/config.scm): >>> (use-modules (gnu)) >>> (use-service-modules xorg networking dbus avahi) >>> (u

Re: [PATCH] Add gEDA/gaf

2015-03-08 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From f795352d55797e7b675409f4841e11caed5db73f Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 5 Mar 2015 08:38:46 +0100 > Subject: [PATCH] gnu: Add gEDA/gaf. > > * gnu/packages/engineering.scm (geda-gaf): New variable. [...] > +(description > + "g

Re: [PATCH] gnu: Add htsjdk.

2015-03-08 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 8ead8074142f1a2e0d11d8a8eaf64b6707925467 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 5 Mar 2015 10:24:12 +0100 > Subject: [PATCH] gnu: Add htsjdk. > > * gnu/packages/bioinformatics.scm (htsjdk): New variable. LGTM. Andreas Enge skribis: > On Th

Re: [PATCH 3/3] gnu: Add ghc.

2015-03-08 Thread Ludovic Courtès
Federico Beffa skribis: > From 8cc8a4775640bab78c8932e0cf17e211578c6f70 Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Wed, 25 Feb 2015 20:20:24 +0100 > Subject: [PATCH] gnu: Add ghc. > > * gnu/packages/haskell.scm: New file. Great, thanks for your time! I know this one had been on a

Re: [PATCH] gnu: Add libass.

2015-03-08 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > (This relies on my previous two patches adding encoding.scm with Enca.) OK. > From 2e727c984c327bd033c910a7b51eadfd46210296 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= > > Date: Wed,

Re: 01/01: gnu: ncmpcpp: Enable taglib support.

2015-03-08 Thread Ludovic Courtès
Howdy! Paul skribis: > commit cd7602af48a32466d8d720a6c70a89721607 > Author: Paul van der Walt > Date: Sat Mar 7 13:40:40 2015 +0100 > > gnu: ncmpcpp: Enable taglib support. > > * gnu/packages/mpd.scm (ncmpcpp): Add --with-taglib configure flag. [...] > diff --git a/gnu/pac

Re: [PATCHES] Add recode, enca.

2015-03-08 Thread Ludovic Courtès
Andreas Enge skribis: > On Wed, Mar 04, 2015 at 10:55:01PM +0100, Taylan Ulrich Bayırlı/Kammer wrote: >> Is it fine to put these in a new file called encoding.scm? > > Hm, that makes me think more of audio or video encoding than of text. > Maybe textutils.scm? Sounds good to me. >> In the first

Re: [PATCH] Add tree.

2015-03-08 Thread Alex Sassmannshausen
Hello, Ludovic Courtès writes: > Similar tools (like ‘dfc’) ended up into admin.scm, though it’s not > perfectly right. I think we need a module for “this kind of tool,” but > I’m not sure what to call it. Ideas? I've thought about this a little more, and have come up with the following ideas

[PATCH] Add PCB.

2015-03-08 Thread Ricardo Wurmus
Hi Guix, the attached patch applies after the one adding gEDA/gaf[1], which is still awaiting review. In packaging PCB I noticed that our Mesa package loads a few libraries with dlopen() but does not use absolute paths to store items. In the case of PCB, dlopen("libudev.so.0") fails and causes "

Re: ccall mechanism in Julia

2015-03-08 Thread Ricardo Wurmus
Andreas Enge writes: > On Fri, Mar 06, 2015 at 04:48:59PM +0100, Ricardo Wurmus wrote: >> Julia's bindings to these libraries use the ccall mechanism; ccall >> builds a map from library names to paths by parsing the output of >> "ldconfig -p" at runtime. I worked around this problem by patching

Re: SLiM session types

2015-03-08 Thread 宋文武
tc...@suse.cz writes: > On Sat, Dec 13, 2014 at 04:28:50PM +0100, Ludovic Courtès wrote: >>宋文武 skribis: >> >>> And currently ratposion and windowmaker are hardcoded, >>> how about make sessions configurable? >>> Like: >>> (define %default-sessions >>> `(("windowmaker" . #~(execl #$windo

[PATCH 2/2] services: slim: Allow non-absolute path to be used as session command.

2015-03-08 Thread 宋文武
* gnu/services/xorg.scm (xinitrc)[builder]: Don't check the existence of COMMAND. Only run ~/.xsession when it exists. --- gnu/services/xorg.scm | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index 912c

[PATCH 1/2] services: slim: Use /run/current-system/profile/share/xsessions as sessiondir.

2015-03-08 Thread 宋文武
* gnu/services/xorg.scm (, %windowmaker-session-type) (%ratposion-session-type, %sawfish-session-type, %default-xsessions) (xsessions-directory): Remove. (slim-service): Remove #:sessions parameter. [slim.cfg]: Use /run/current-system/profile/share/xsessions as sessiondir. * doc/guix.texi :

[PATCH] Add Lilypond.

2015-03-08 Thread Ricardo Wurmus
>From 0442929caf91c1efcc495d9220b2739a8e05fa57 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 5 Mar 2015 09:36:02 +0100 Subject: [PATCH] gnu: Add lilypond. * gnu/packages/audio.scm (lilypond): New variable. --- gnu/packages/audio.scm | 76 +++

Re: 01/01: gnu: patch: Update to 2.7.5.

2015-03-08 Thread Andreas Enge
On Sat, Mar 07, 2015 at 08:38:07PM -0500, Mark H Weaver wrote: > This triggered a full rebuild, so I reverted it. This is a change for > core-updates. Sorry! I trusted "guix refresh -l patch", although the result was a bit surprising... Should we maybe move it to base.scm? Andreas