Re: Bumping the Guile version requirement

2015-05-10 Thread Tomáš Čech
On Sat, May 09, 2015 at 01:21:27AM -0400, Mark H Weaver wrote: l...@gnu.org (Ludovic Courtès) writes: I think for 0.8.2 I will actually bump the requirement to Guile 2.0.7 or 2.0.9 (the latter is what Debian 8 has.) People on older systems will still be able to install Guix using the binary ta

Re: Bumping the Guile version requirement

2015-05-10 Thread Ludovic Courtès
Tomáš Čech skribis: > On Sat, May 09, 2015 at 01:21:27AM -0400, Mark H Weaver wrote: >>l...@gnu.org (Ludovic Courtès) writes: >> >>> I think for 0.8.2 I will actually bump the requirement to Guile 2.0.7 or >>> 2.0.9 (the latter is what Debian 8 has.) People on older systems will >>> still be abl

Re: Bumping the Guile version requirement

2015-05-10 Thread Ludovic Courtès
Thanks everyone for your feedback. I went ahead and bumped the requirement to 2.0.7. Please report any issues with ‘guix download’ or with substitutes, or test suite failures! Ludo’.

Guix QEMU built without libusb support

2015-05-10 Thread 白い熊@相撲道
I'd like to use QEMU in GuixSD with direct USB passthrough support. However, "info usbhost" in QEMU monitor gives me "usb host devices not supported". I think this means the recipe for QEMU in Guix builds QEMU without libusb and thus it doesn't support host devices. Looking at qemu description

Re: [PATCH] gnu: octave: Add fftw, arpack, and glu inputs.

2015-05-10 Thread Eric Bavier
On Sat, 09 May 2015 08:56:10 -0400 Mark H Weaver wrote: > Eric Bavier writes: > > > @@ -411,11 +416,11 @@ extremely large and complex data collections.") > > "/bin/sh" > > (home-page "http://www.gnu.org/software/octave/";) > > (synopsis "High-level language

[PATCH] Attempt at packaging guile-emacs (needs help)

2015-05-10 Thread Christopher Allan Webber
Hello all, I started working on an attempt to package guile-emacs, based on http://www.emacswiki.org/emacs/GuileEmacs This includes both a package for guilemacs-guile and guilemacs-emacs, both BT Templeton's WIP branches. Unfortunately, guilemacs-guile does not complete building. It compiles,

Re: [PATCH] gnu: octave: Add fftw, arpack, and glu inputs.

2015-05-10 Thread Mark H Weaver
Eric Bavier writes: > On Sat, 09 May 2015 08:56:10 -0400 > Mark H Weaver wrote: > >> Eric Bavier writes: >> >> > @@ -411,11 +416,11 @@ extremely large and complex data collections.") >> >"/bin/sh" >> > (home-page "http://www.gnu.org/software/octave/";) >> >

Re: [PATCH] Remove leftover patches.

2015-05-10 Thread Ludovic Courtès
Cyril Roelandt skribis: > I was working on the Python package and noticed the sqlite patch was no > longer used, then I tried to find out whether other patches were unused. > I think this happened during a merge of core-updates or something like > that. Maybe we could use a pre-receive hook? Dun

Re: [PATCH] profiles: Add 'hicolor' and 'HighContrast' icon theme hooks.

2015-05-10 Thread Ludovic Courtès
宋文武 skribis: > Ludovic Courtès writes: > >> 宋文武 skribis: [...] +(gexp->derivation (string-append (string-downcase name) "-icon-theme") + build + #:modules '((guix build utils) + (guix build unio

Re: GSoC: Manolis to work on Guix port to GNU/Hurd

2015-05-10 Thread Manolis Ragkousis
Hello everyone, Everything works great with those branches. Thomas please have a look at uploading a tarball. :-) Manolis

Re: [PATCH] Attempt at packaging guile-emacs (needs help)

2015-05-10 Thread Mark H Weaver
Christopher Allan Webber writes: > I started working on an attempt to package guile-emacs, based on > http://www.emacswiki.org/emacs/GuileEmacs > > This includes both a package for guilemacs-guile and guilemacs-emacs, > both BT Templeton's WIP branches. Excellent! :) > Unfortunately, guilemac

Re: [PATCH] Attempt at packaging guile-emacs (needs help)

2015-05-10 Thread Christopher Allan Webber
+ #:use-module (guix build-system gnu) + #:use-module (gnu packages autotools) + #:use-module (gnu packages flex) + #:use-module (gnu packages guile) + #:use-module (gnu packages emacs) + #:use-module (gnu packages gettext) + #:use-module (gnu packages texinfo)) + +(define-public guile-for-gui

Re: [PATCH] gnu: octave: Add fftw, arpack, and glu inputs.

2015-05-10 Thread Eric Bavier
On Sun, 10 May 2015 15:46:10 -0400 Mark H Weaver wrote: > Eric Bavier writes: > > > On Sat, 09 May 2015 08:56:10 -0400 > > Mark H Weaver wrote: > > > >> Eric Bavier writes: > >> > >> > @@ -411,11 +416,11 @@ extremely large and complex data collections.") > >> > "