Re: [PATCH] gnu: Add urwid

2015-02-02 Thread Mark H Weaver
Omar Radwan writes: >>What was the error? I tested the >package with all of the > modifications >>I suggested, including this one, and it >built successfully on my > i686 >>machine. > It didn't build on my 64bit machine. And just to be clear. I tried to > substitute it for inputs and that didn't

Re: [PATCH] gnu: Add urwid

2015-02-02 Thread Omar Radwan
>What was the error? I tested the >package with all of the modifications >I suggested, including this one, and it >built successfully on my i686 >machine. It didn't build on my 64bit machine. And just to be clear. I tried to substitute it for inputs and that didn't work. Was I supposed to put it i

Re: [PATCH] gnu: Add urwid

2015-02-02 Thread Mark H Weaver
Omar Radwan writes: > Here is it, finally I hope this is good enough. > > And by the way, you asked for me to do this > >> (arguments `(#:python ,python-2)) > > instead of what I did before, but that gives me an error, so I can't > build it, so I hope it's ok if I leave it the way it is. What w

Re: [PATCH] gnu: Add urwid

2015-02-02 Thread Omar Radwan
Here is it, finally I hope this is good enough. And by the way, you asked for me to do this >(arguments `(#:python ,python-2)) instead of what I did before, but that gives me an error, so I can't build it, so I hope it's ok if I leave it the way it is. But I did put python2-setuptools in nat

Re: [PATCH] gnu: inkscape: Update to 0.91.

2015-02-02 Thread David Thompson
Mark H Weaver writes: > Looks good to me. Please push! Pushed, thanks! -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Re: [PATCH 1/2] gnu: httpd: Add perl input.

2015-02-02 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> From 31c4cf3f61c15df66bf85197829225b1d6064f2a Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Thu, 29 Jan 2015 16:34:04 -0500 >> Subject: [PATCH 1/2] gnu: httpd: Add perl input. >> >> Perl is needed to run bin/apxs. > > Please mak

Re: [PATCH] gnu: inkscape: Update to 0.91.

2015-02-02 Thread Mark H Weaver
David Thompson writes: > The Inkscape maintainers uploaded the source release to Launchpad. > > Updated patch below. Looks good to me. Please push! Thanks! Mark

Re: [PATCH] gnu: inkscape: Update to 0.91.

2015-02-02 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> From 468ed9d5eb8eb839ba2ffb39fc6d8301ba6606f5 Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Mon, 2 Feb 2015 15:29:11 -0500 >> Subject: [PATCH] gnu: inkscape: Update to 0.91. >> >> * gnu/packages/inkscape.scm (inkscape): Update t

[PATCH] gnu: luajit: install symlinks for libluajit library

2015-02-02 Thread Tomáš Čech
* gnu/packages/lua.scm (luajit): don't require ldconfig - add "LDCONFIG=true" to make command line, add luajit-2.0.3-symlink.patch so both symlinks are created * gnu/packages/patches/luajit-2.0.3-symlink.patch: New file * gnu-system.am (dist_patch_DATA): Adjust accordingly. Install phase of lua

Re: [PATCH] gnu: gnutls: Configure location of system-wide trust store

2015-02-02 Thread David Thompson
Mark H Weaver writes: > I proposed this change a long time ago, but Andreas objected so I never > pushed it. I've been carrying this patch on my own systems ever since, > but it's getting to be a bit of a drag, because it means no substitutes > for me for an increasingly large amount of software

ignore trailing slash for `guix gc -d' /gnu/store/...something/

2015-02-02 Thread sleep_walker
Package: guix Version: 0.8.1 When I invoke `guix gc -d /path', success of the command depends whether /path ends with slash or not: $ guix gc -d /gnu/store/mgqk0kv5jckrd7l5cwj68fp7cz2l4qqj-luajit-2.0.3/ guix gc: error: build failed: path `/gnu/store/mgqk0kv5jckrd7l5cwj68fp7cz2l4qqj-luajit-2.0.

[PATCH] gnu: gnutls: Configure location of system-wide trust store

2015-02-02 Thread Mark H Weaver
I proposed this change a long time ago, but Andreas objected so I never pushed it. I've been carrying this patch on my own systems ever since, but it's getting to be a bit of a drag, because it means no substitutes for me for an increasingly large amount of software. Here's the conversation we ha

Re: [PATCH] gnu: inkscape: Update to 0.91.

2015-02-02 Thread Ludovic Courtès
David Thompson skribis: > From 468ed9d5eb8eb839ba2ffb39fc6d8301ba6606f5 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Mon, 2 Feb 2015 15:29:11 -0500 > Subject: [PATCH] gnu: inkscape: Update to 0.91. > > * gnu/packages/inkscape.scm (inkscape): Update to 0.91. [...] > - (u

Re: VM image creation

2015-02-02 Thread Ludovic Courtès
Andreas Enge skribis: > As suggested by the fine manual, I added the user running guix as well > as the builders guix-builder1 etc. to the group kvm. > $ ll /dev/kvm > crw-rw---T+ 1 root kvm 10, 232 Feb 2 13:34 /dev/kvm > so that /dev/kvm can be read and written by them. > Nothing changed, and r

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

2015-02-02 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/sawfish.scm (sawfish): New variable. LGTM! While you’re at it ;-), could you add a ‘session-type’ for it in (gnu services xorg) so we can easily give it a try? Ludo'.

Re: [PATCH 2/3] gnu: Add rep-gtk.

2015-02-02 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/sawfish.scm (rep-gtk): New variable. [...] > +(synopsis "GTK+ binding for librep") > +(description > + "Rep-GTK is a gtk+ (and glib, gdk) binding to the librep, and one of the > +backend of sawfish.") Please use the correct spellings: GTK+, GLib, GDK,

Re: [PATCH 1/3] gnu: Add librep.

2015-02-02 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/sawfish.scm: New file. > * gnu/packages/patches/librep-rules.mk.patch: New file. > * gnu-system.am: Add them. [...] > --- /dev/null > +++ b/gnu/packages/patches/librep-rules.mk.patch > @@ -0,0 +1,30 @@ > +rules.mk.in: Don't set prefix, datadir, libdir, datarootdir

Re: Extending 'guix download'

2015-02-02 Thread Ludovic Courtès
David Thompson skribis: > I'm looking for thoughts about what the CLI should look like for an > improved 'guix download' that is capable of downloading git repos, svn > repos, etc. in addition to files over HTTP. (It handles any scheme supported by ‘url-fetch’, which includes mirror:// etc.) >

Re: Installation media requests

2015-02-02 Thread Ludovic Courtès
Alex Kost skribis: > Perhaps it would be better for us to modify a recipe for "kbd" package > to make a symlink "…/share/keymaps/i386/colemak/colemak.map.gz" that > would point to "en-latin9.map.gz". What do people think? I think we should stick to upstream, except if it turns out that unanimou

Re: [PATCH] gnu: Add moreutils.

2015-02-02 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > I still use setenv for XML_CATALOG_FILES; is there a more correct way? Yes there is! libxml2 has a ‘search-path-specification’ for it, meaning that if both libxml2 and docbook are inputs, XML_CATALOG_FILES will automatically be

Re: [PATCH] Set Emacs indentation for `wrap-program'.

2015-02-02 Thread Ludovic Courtès
taylanbayi...@gmail.com ("Taylan Ulrich "Bayırlı/Kammer\"") skribis: > From f7f3ce7140c82380e68ba3299ac17555268b8155 Mon Sep 17 00:00:00 2001 > From: Taylan Ulrich B > Date: Sat, 29 Nov 2014 13:36:24 +0100 > Subject: [PATCH 1/2] Set Emacs indentation for `wrap-program'. > > * .dir-locals.el (sche

Re: [PATCH 0/5]: Add even more LV2 libraries

2015-02-02 Thread Ludovic Courtès
Ricardo Wurmus skribis: > This patch set adds the following libraries, all of which are > dependencies of Ardour (and possibly other LV2 hosts): > > - serd > - sord > - sratom I think these should go to rdf.scm, no? > - lilv > - suil Its ‘description’ is bit long, IMO. Apart from that the 5 p

Re: [PATCH 1/2] gnu: httpd: Add perl input.

2015-02-02 Thread Ludovic Courtès
David Thompson skribis: > From 31c4cf3f61c15df66bf85197829225b1d6064f2a Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Thu, 29 Jan 2015 16:34:04 -0500 > Subject: [PATCH 1/2] gnu: httpd: Add perl input. > > Perl is needed to run bin/apxs. Please make this line a side comment next to the

Re: [PATCH 0/2] PHP work in progress

2015-02-02 Thread Ludovic Courtès
David Thompson skribis: > Here is the build output at the point of failure: > > /gnu/store/nx4zd42igyb7ghmv4mxv6ncg8wr7ypa1-bash-4.3.33/bin/bash > /tmp/nix-build-php-5.6.3.drv-14/php-5.6.3/libtool --silent > --preserve-dup-deps --mode=link > /tmp/nix-build-php-5.6.3.drv-14/php-5.6.3/meta_c

[PATCH] gnu: inkscape: Update to 0.91.

2015-02-02 Thread David Thompson
>From 468ed9d5eb8eb839ba2ffb39fc6d8301ba6606f5 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 2 Feb 2015 15:29:11 -0500 Subject: [PATCH] gnu: inkscape: Update to 0.91. * gnu/packages/inkscape.scm (inkscape): Update to 0.91. --- gnu/packages/inkscape.scm | 7 +++ 1 file changed, 3 i

Re: [PATCH] gnu: Add urwid

2015-02-02 Thread Andreas Enge
On Mon, Feb 02, 2015 at 09:46:10AM -0800, Omar Radwan wrote: > I was in such a hurry. I'll get it in asap That sounds like a contradiction! Take your time ;-) You may also want to run "./pre-inst-env guix lint PACKAGE" before you submit your patch, it catches some common problems. Andreas

Re: [PATCH] gnu: Add urwid

2015-02-02 Thread Omar Radwan
My mistake. I was in such a hurry. I'll get it in asap On Feb 1, 2015 9:42 PM, "Mark H Weaver" wrote: > Omar Radwan writes: > > Here's a patch that does all the changes you requested to the previous > > patch file > > A few problems here: > > (1) This new version doesn't even compile, because of

Re: Back from FOSDEM!

2015-02-02 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > http://gnu.org/software/guix/#talks As Dave noted there’s not much material on the slides. :-) Most of the talk was demos: the usual command-line demo, guix.el, guix-web, a bit of Geiser, and ‘guix system vm’ with a discussion of operating system decl

Back from FOSDEM!

2015-02-02 Thread Ludovic Courtès
Hello Guix! Just a quick note to say we’re back from FOSDEM and it was really pleasant. The slides of my Guix talk are at: http://gnu.org/software/guix/#talks Unfortunately I think there won’t be any video of the distro room (there was top-notch video hardware in the room but apparently the f

Re: wicd porting so far.

2015-02-02 Thread 宋文武
Omar Radwan writes: > Ok, so far, I've got the build environment setup, but I realized that I > must have urwid to get an ncurses interface in wicd, so I'm doing that > first. Here is the urwid.scm http://paste.lisp.org/display/14553 It's "utils-group". Wrong URL? > before you > point out anythi

A secure multimedia workstation

2015-02-02 Thread Dirk Scheuring
Hello all, my name is Dirk Scheuring, and I come out of the "conventional" world of professional audio and video production and performance - a world which is dominated by proprietary programs: Adobe Premiere, Logic Pro Audio, Ableton Live, Traktor, Serato, to name a few "standards". Those are run

Re: VM image creation

2015-02-02 Thread Alex Sassmannshausen
Hello, Andreas Enge writes: > Could not access KVM kernel module: Permission denied > failed to initialize KVM: Permission denied > > As suggested by the fine manual, I added the user running guix as well > as the builders guix-builder1 etc. to the group kvm. > $ ll /dev/kvm > crw-rw---T+ 1 root

Re: VM image creation

2015-02-02 Thread Andreas Enge
Not normal: After installing qemu-kvm from debian, which resulted in: [ ok ] Loading kvm module kvm_intel, the error message changed from On Mon, Feb 02, 2015 at 01:16:29PM +0100, Andreas Enge wrote: > Could not access KVM kernel module: No such file or directory > failed to initialize KVM: No suc

VM image creation

2015-02-02 Thread Andreas Enge
Hello, when I run "guix system vm" on my machine (guix on debian), the following happens: The following derivations will be built: /gnu/store/pga62bq0nkgr1jk9j24mddf4amyqgrxc-run-vm.sh.drv /gnu/store/fsyd80k6z6gpfsscdsizj9sj63xbkxys-qemu-image.drv Formatting 'image.qcow2', fmt=qcow2 size=943

[PATCH 2/3] gnu: Add rep-gtk.

2015-02-02 Thread 宋文武
* gnu/packages/sawfish.scm (rep-gtk): New variable. --- gnu/packages/sawfish.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/sawfish.scm b/gnu/packages/sawfish.scm index acf3e06..ea5b757 100644 --- a/gnu/packages/sawfish.scm +++ b/gnu/package

[PATCH 3/3] gnu: Add sawfish.

2015-02-02 Thread 宋文武
* gnu/packages/sawfish.scm (sawfish): New variable. --- gnu/packages/sawfish.scm | 78 +++- 1 file changed, 77 insertions(+), 1 deletion(-) diff --git a/gnu/packages/sawfish.scm b/gnu/packages/sawfish.scm index ea5b757..0be9792 100644 --- a/gnu/packages

[PATCH 1/3] gnu: Add librep.

2015-02-02 Thread 宋文武
* gnu/packages/sawfish.scm: New file. * gnu/packages/patches/librep-rules.mk.patch: New file. * gnu-system.am: Add them. --- gnu-system.am | 2 + gnu/packages/patches/librep-rules.mk.patch | 30 ++ gnu/packages/sawfish.scm | 66 ++

Re: [PATCH] gnu: Add desktop-file-utils.

2015-02-02 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> * gnu/packages/gnome.scm (desktop-file-utils): New variable. > > [...] > >> +(description >> + "This package contains a few command line utilities for working with >> +desktop entries: >> + >> +desktop-file-validate: validates a desktop file an