Re: [PATCH] gnu: Add cabal-install.

2015-08-28 Thread Ludovic Courtès
Siniša Biđin sin...@bidin.eu skribis: On 2015-08-25 23:27, l...@gnu.org wrote: [...] +(arguments `(#:tests? #f)) Could you add a comment above explaining why tests are disabled? (We generally avoid that unless there’s a good reason, sometimes because running the tests would be

Re: [PATCH] daemon: Check for HAVE_CHROOT instead of CHROOT_ENABLED.

2015-08-28 Thread Ludovic Courtès
Manolis Ragkousis manolis...@gmail.com skribis: On 18 August 2015 at 19:48, Ludovic Courtès l...@gnu.org wrote: But note that the Hurd’s libc should really provide sys/mount.h, ‘mount’ (including MS_BIND), and ‘umount’, as discussed earlier. What’s the status of this? Half-way there. I am

Re: [PATCH 1/2] gnu: glibc/linux: Rename linux-headers input to kernel-headers.

2015-08-28 Thread Manolis Ragkousis
Ok, will do. Manolis

Re: [GSoC] Guix + GNUnet: report

2015-08-28 Thread asgeir
Hello! Ludovic Courtès writes: Could you add a package recipe to Guix for the right version of GNUnet? Working on it! Could you remind me what the right GNUnet command is to check whether the thing is actually published and visible? `gnunet-fs -i` should do the thing, otherwise you can

Re: Services and packages in GuixSD

2015-08-28 Thread Ludovic Courtès
Andy Wingo wi...@igalia.com skribis: It seems like you want two kinds of reconfigure: one that just adds the grub entry to make a new system the default on the next boot, and another kind of reconfigure that also mutates /run/current-system. Does that make sense? Yes, exactly. Ludo’.

Re: [PATCH v2 3/7] gnu: Allow OS configurations to add PAM session modules

2015-08-28 Thread Ludovic Courtès
Andy Wingo wi...@igalia.com skribis: On Tue 25 Aug 2015 23:39, l...@gnu.org (Ludovic Courtès) writes: Andy Wingo wi...@igalia.com skribis: On Tue 25 Aug 2015 16:55, l...@gnu.org (Ludovic Courtès) writes: (operating-system ;; ... (pam-services (map (lambda (service)

Re: [PATCH 6/7] guix build: Add 'build-package'.

2015-08-28 Thread Ludovic Courtès
Alex Kost alez...@gmail.com skribis: Ludovic Courtès (2015-08-26 14:12 +0300) wrote: Alex Kost alez...@gmail.com skribis: Ludovic Courtès (2015-08-18 17:15 +0300) wrote: Alex Kost alez...@gmail.com skribis: * guix/scripts/build.scm (build-package): New procedure. [...] +(define

Re: FOSDEM 2016

2015-08-28 Thread Ludovic Courtès
Hello! Alex Sassmannshausen alex.sassmannshau...@gmail.com skribis: I think making the track a Guile track seems like a great approach to avoid these issues. Good, let’s try that. I've attached last year's proposal — maybe it would help in formulating this year's proposal. I'm also happy

Re: [PATCH 1/2] gnu: glibc/linux: Rename linux-headers input to kernel-headers.

2015-08-28 Thread Ludovic Courtès
Manolis Ragkousis manolis...@gmail.com skribis: From f9759a80030e11dfb8257f2334d5ce8f5d009cc7 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis manolis...@gmail.com Date: Fri, 14 Aug 2015 14:00:16 +0300 Subject: [PATCH 1/2] gnu: glibc/linux: Rename linux-headers input to kernel-headers. The

Re: [PATCH] Update libedit, enable Unicode support.

2015-08-28 Thread Ludovic Courtès
Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: From f9a03d795d96bf83de9c002f1b7542eb42909bff Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date: Mon, 24 Aug 2015 14:19:53 +0200 Subject: [PATCH 1/2] gnu: libedit: Update to 20150325-3.1. *

Re: M-x guix - magit-like interface for guix commands

2015-08-28 Thread Ludovic Courtès
Alex Kost alez...@gmail.com skribis: Ludovic Courtès (2015-08-26 00:14 +0300) wrote: Alex Kost alez...@gmail.com skribis: Hello, I've pushed 'wip-emacs-popup-ui' branch with emacs magit-like (popup) interface for guix commands. BTW I’ve quickly looked at the commits and don’t have any

Re: [PATCH] gnu: Add abduco.

2015-08-28 Thread Ludovic Courtès
Leo Famulari l...@famulari.name skribis: * gnu/packages/abduco.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Applied, thanks. +detached - run in the background - and then later reattached.) I changed it to triple-dashes to suggest an em dash, which the new Texinfo thing

[PATCH] Add rake.

2015-08-28 Thread Ricardo Wurmus
From d5e814678612788d76e0bf9f602e69b4dee1a9a9 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date: Fri, 28 Aug 2015 15:11:43 +0200 Subject: [PATCH] gnu: Add rake. * gnu/packages/ruby.scm (rake): New variable. --- gnu/packages/ruby.scm | 21 + 1

Re: [PATCH] Add rake.

2015-08-28 Thread Thompson, David
[ Forgot to the CC the list. Apologies for the duplicate email, Ricardo ] Hi Ricardo, Rake 10.4.2 comes with Ruby 2.2.3: $ guix environment --ad-hoc ruby -E rake --version rake, version 10.4.2 Is this for use with an older Ruby version? If so, we should make that explicit by altering

[PATCH] Add builder, rjb, antwrap, orderedhash, xml-simple, thor

2015-08-28 Thread Ricardo Wurmus
Hi, Rake 10.4.2 comes with Ruby 2.2.3: $ guix environment --ad-hoc ruby -E rake --version rake, version 10.4.2 Thanks for the hint! To make up for this useless patch I’ve attached a patch set to add six gems. I’m currently trying to work my way up to “buildr”, which I might be able

Re: FOSDEM 2016

2015-08-28 Thread Ricardo Wurmus
Ludovic Courtès l...@gnu.org writes: If somebody (Ricardo?) gives a general talk about Guix(SD), I can give one on a specific topic, for instance gexps and related APIs. I could be that somebody who gives a general talk about Guix or GuixSD. But what would be the target audience? People

Re: Texinfo in descriptions?

2015-08-28 Thread Mathieu Lirzin
Mathieu Lirzin m...@openmailbox.org writes: From 665c92dc5e9976719ac7a6e427253b6ee65c78d8 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin m...@openmailbox.org Date: Fri, 7 Aug 2015 00:10:43 +0200 Subject: [PATCH] packages: Add package-description-string. * guix/packages.scm

Re: [PATCH] system: grub: Convert grub background using rsvg-convert

2015-08-28 Thread Mark H Weaver
Hi Luis, thanks for the quick response. Luis Felipe López Acevedo felipe.lo...@openmailbox.org writes: On 2015-08-27 16:19, l...@gnu.org wrote: Mark H Weaver m...@netris.org skribis: The main difficulty here was that our SVG artwork is partially transparent, and includes a Background layer

Re: M-x guix - magit-like interface for guix commands

2015-08-28 Thread Alex Kost
Ludovic Courtès (2015-08-28 12:37 +0300) wrote: Alex Kost alez...@gmail.com skribis: Ludovic Courtès (2015-08-26 00:14 +0300) wrote: Alex Kost alez...@gmail.com skribis: Hello, I've pushed 'wip-emacs-popup-ui' branch with emacs magit-like (popup) interface for guix commands. BTW I’ve

Re: [PATCH] Add builder, rjb, antwrap, orderedhash, xml-simple, thor

2015-08-28 Thread Thompson, David
[ Like the last time, apologies if this web-based mail client misbehaves ] From 981df1559fab6b77ec9cfc820aa5b77a4fb75475 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date: Fri, 28 Aug 2015 17:24:45 +0200 Subject: [PATCH 1/6] gnu: Add ruby-builder. *