Re: [PATCH 01/13] gnu: subversion: Propagate env variables to hooks.

2014-11-24 Thread Eric Bavier
On Sat, Nov 22, 2014 at 5:02 AM, Ludovic Courtès wrote: > Eric Bavier skribis: > > > On Fri, Nov 21, 2014 at 4:24 PM, Eric Bavier > wrote: > > > >> > >> Ludovic Courtès writes: > >> > >> > Eric Bavier skribis: > >> > > >> >> * gnu/packages/patches/subversion-propagate-env-to-hooks.patch: New >

Re: Gluglug X60 Guix howto

2014-11-24 Thread Jason Self
Alex Sassmannshausen wrote .. > Hello, > > I received a request for instructions on how to get Guix running as > standalone on the Gluglug X60 — my work is ongoing (I haven't > reconfigured the Grub BIOS, nor have I got wireless working yet), but > a first draft may help other owners. > > You can

Re: [PATCH 1/2] gnu: Add numpy

2014-11-24 Thread Federico Beffa
On Mon, Nov 24, 2014 at 10:06 PM, Ludovic Courtès wrote: > OK. Note that you can also test once it’s private, with > > guix build -e '(@@ (gnu packages python) python-numpy-bootstrap)' > OK, thanks. Will keep in mind for the future. > LGTM, please push. Pushed.Thanks. Fede

Re: [PATCH 1/2] gnu: Add numpy

2014-11-24 Thread Ludovic Courtès
Federico Beffa skribis: > Please find attached the first step with initial (bootstrap) numpy > versions. I've tested that the packages build before changing > "define-public" to "define". OK. Note that you can also test once it’s private, with guix build -e '(@@ (gnu packages python) python

Re: [PATCH] gnu: Add rtorrent and libtorrent.

2014-11-24 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > Please use this patch for the rTorrent one; gcrypt was a redundant > dependency after all. > > > From 0cf93793fcdf4f7c8250cc02899a0caf68636df3 Mon Sep 17 00:00:00 2001 > From: Taylan Ulrich B > Date: Sat, 22 Nov 2014 15:57:26 +01

Re: [PATCH] gnu: Add rtorrent and libtorrent.

2014-11-24 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > From 608d40907185b70bb4256ee48afecc3cc93e771b Mon Sep 17 00:00:00 2001 > From: Taylan Ulrich B > Date: Sat, 22 Nov 2014 15:49:07 +0100 > Subject: [PATCH 1/2] gnu: Add libTorrent. > > * gnu/packages/bittorrent.scm (libtorrent): Ne

Re: [PATCH] gnu: Add Nmap.

2014-11-24 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > So that means that the zenmap (or nmap) package basically needs to > “close over” these inputs, probably using ‘wrap-program’. Thanks for the pointer; I'll look into 'wrap-program'. >> 2) If purely-run-time dependencies are inputs, won't that trigger >>

Re: Claws-mail

2014-11-24 Thread Ludovic Courtès
Julien Lepiller skribis: > here is the patch I was invited to write for claws-mail. Thanks for honoring the invitation. ;-) > From b920081174eb3f4e0a04157efb6f83e1b984dd68 Mon Sep 17 00:00:00 2001 > From: Julien Lepiller > Date: Sat, 22 Nov 2014 10:34:07 +0100 > Subject: [PATCH 1/2] gnu: Add

Re: Howto run guix.el correctly?

2014-11-24 Thread Ludovic Courtès
Alex Kost skribis: > No need to fiddle with ‘geiser-scheme-dir’: it should be set properly if > you have ‘(require 'geiser-install)’ in your emacs config. Oops, indeed, PEBKAC: I was just unaware of ‘geiser-install’, and everything was fine when I used Geiser from ELPA because that happens autom

Re: [PATCH] gnu: Add Tiled

2014-11-24 Thread Ludovic Courtès
Andreas Enge skribis: > The problem should now be fixed in 5dee80d. I tried to enter something > in the file open dialog of tiled, and it worked. Nope, it doesn’t work on the standalone system. I still get: --8<---cut here---start->8--- $ /gnu/store/12xncnj5

Re: [PATCH] gnu: Add getmail

2014-11-24 Thread Ludovic Courtès
宋文武 skribis: > From b26fe8c0c4f6517cfacedc6cfd48441c4aaa28dd Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= > Date: Sun, 23 Nov 2014 13:07:42 +0800 > Subject: [PATCH] gnu: Add getmail. > > * gnu/packages/mail.scm (getmail): New variable. Applied, thanks! Ludo’.

Re: Advice needed on gcc error

2014-11-24 Thread Ludovic Courtès
Adam Pribyl skribis: > I would suggest improving the > http://www.gnu.org/software/guix/manual/guix.html#Using-the-Configuration-System > example and incorporating most of the options in the configuration > example as e.g. starting lsh-service without [#:initialize? #f] for > the first time makes

Re: [PATCH] HACKING: Mention 'guix environment'.

2014-11-24 Thread Ludovic Courtès
David Thompson skribis: > Ludovic Courtès writes: > >> David Thompson skribis: >> >>> Just today I used 'guix environment guix' to quickly create a >>> development environment for Guix hacking. I figured it should be >>> mentioned in the HACKING file to assist developers that happen to >>> alr

Re: [PATCH 1/2] gnu: Add numpy

2014-11-24 Thread Federico Beffa
On Sat, Nov 22, 2014 at 6:21 PM, Ludovic Courtès wrote: > Sounds like a good plan. Please find attached the first step with initial (bootstrap) numpy versions. I've tested that the packages build before changing "define-public" to "define". Regards, Fede From 9be3873522b2c4b642a467e421bd8684068

Re: Libreoffice building (sort of)

2014-11-24 Thread John Darrington
On Mon, Nov 24, 2014 at 07:03:58PM +0100, Ludovic Court??s wrote: John Darrington skribis: > Well currently the libreoffice package in wip-libreoffice branch, builds, installs and > seems to work ok. Wo0t! Excellent! > Slightly worrying is that the fir

Re: Libreoffice building (sort of)

2014-11-24 Thread Ludovic Courtès
John Darrington skribis: > Well currently the libreoffice package in wip-libreoffice branch, builds, > installs and > seems to work ok. Wo0t! Excellent! > Slightly worrying is that the first few builds crashed in one of LO's > unittests. I added > the line (setenv "CPPUNITTRACE" "gdb --arg

Re: [PATCH] gnu: xfig: Add 'wrap-xfig phase.

2014-11-24 Thread Federico Beffa
On Mon, Nov 24, 2014 at 6:28 PM, Eric Bavier wrote: > LGTM! Ok to push. Pushed, thanks. Fede

Re: [PATCH] gnu: xfig: Add 'wrap-xfig phase.

2014-11-24 Thread Eric Bavier
Federico Beffa writes: > On Mon, Nov 24, 2014 at 6:04 PM, Eric Bavier wrote: >> Could you align the arguments to wrap-program here? > > Does this correspond to the expected alignment? (This is formatted by > emacs. Indeed in the previous version I forgot to press TAB on a > line.) LGTM! Ok to

Re: [PATCH] gnu: xfig: Add 'wrap-xfig phase.

2014-11-24 Thread Federico Beffa
On Mon, Nov 24, 2014 at 6:04 PM, Eric Bavier wrote: > Could you align the arguments to wrap-program here? Does this correspond to the expected alignment? (This is formatted by emacs. Indeed in the previous version I forgot to press TAB on a line.) > See commit de61113, and the discussion at > ht

Re: Installing the system from another distro

2014-11-24 Thread Ludovic Courtès
Alex Kost skribis: > Hello, I've tried to install the Guix system from my current system > ("Arch Linux") where I use the Guix package manager: > > ./pre-inst-env guix system init /path/to/my-os-config.scm /mnt/guix That should definitely work: it’s the same command that one runs from the inst

Libreoffice building (sort of)

2014-11-24 Thread John Darrington
Well currently the libreoffice package in wip-libreoffice branch, builds, installs and seems to work ok. Slightly worrying is that the first few builds crashed in one of LO's unittests. I added the line (setenv "CPPUNITTRACE" "gdb --args") which I expected just to give me a backtrace to help

Re: Running X on Guix 0.8

2014-11-24 Thread Ludovic Courtès
Omar Radwan skribis: > Can't I just use deco? You first need to have the service definition provided at all, using the stanza I gave. Then, you’ll be able to run ‘deco stop xorg-server’ and similar commands. HTH, Ludo’.

Re: [PATCH] gnu: xfig: Add 'wrap-xfig phase.

2014-11-24 Thread Eric Bavier
Federico Beffa writes: > I would like to propose the attached patch for xfig. It makes xfig > find its resource file so that it works properly. Thanks for looking into it. + (wrap-program (string-append out "/bin/xfig") + `("XAPPLRESDIR" suffix +

Re: Running X on Guix 0.8

2014-11-24 Thread Omar Radwan
Can't I just use deco? On Nov 24, 2014 6:25 AM, "Ludovic Courtès" wrote: > Currently the easiest way to get X running is to use ‘slim-service’: > > http://www.gnu.org/software/guix/manual/guix.html#X-Window > > Add it to the operating system declaration, like: > > (operating-system > ;; .

[PATCH] gnu: xfig: Add 'wrap-xfig phase.

2014-11-24 Thread Federico Beffa
I would like to propose the attached patch for xfig. It makes xfig find its resource file so that it works properly. On a side note: I've noticed that wrap-program generates two wrappers. In fact I find the following files in .../bin/: xfig, .xfig-real and .xfig-wrap-01. What is the purpose of t

Re: [PATCH] Hotfix (repeat)

2014-11-24 Thread Deck Pickard
On 23 Nov 2014 21:49, "Ludovic Courtès" wrote: > > Deck Pickard skribis: > > > From 8e297904d80b39cd510ba0cced37acdb9b1aeb89 Mon Sep 17 00:00:00 2001 > > From: nebuli > > Date: Sat, 22 Nov 2014 19:58:24 +0100 > > Subject: [PATCH 2/4] guix build: Add --max-jobs option (without handling > > code)

Re: make polkit work

2014-11-24 Thread Ludovic Courtès
宋文武 skribis: > IIUC, our `polkit' can't see actions/rules from other packages. > In NixOS[0], the hardcoded "${out}/share/polkit-1" is overwrited to > "/var/run/current-system/sw/share/polkit-1", provided by system > packages. > Instead of take a similar path, > can we make "a proper patch which

Re: Running X on Guix 0.8

2014-11-24 Thread Ludovic Courtès
Currently the easiest way to get X running is to use ‘slim-service’: http://www.gnu.org/software/guix/manual/guix.html#X-Window Add it to the operating system declaration, like: (operating-system ;; ... (services (cons (slim-service) %base-services))) Then ‘guix system reconfigure c

Re: [PATCH] gnu: Add Nmap.

2014-11-24 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> This is normally dealt with by using multiple outputs (info "(guix) >> Packages with Multiple Outputs"). An example of that is Git: the Tcl >> GUIs are moved to a separate output, and s

Re: [PATCH] gnu: Add 'font-liberation'.

2014-11-24 Thread Ludovic Courtès
Alex Kost skribis: > From 93cf792c9ced8763251780cfa159fd999500c307 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Tue, 28 Oct 2014 09:44:16 +0300 > Subject: [PATCH] gnu: Add 'font-liberation'. > > * gnu/packages/fonts.scm (font-liberation): New variable. Please push. Thanks for your patien

Installing the system from another distro

2014-11-24 Thread Alex Kost
Hello, I've tried to install the Guix system from my current system ("Arch Linux") where I use the Guix package manager: ./pre-inst-env guix system init /path/to/my-os-config.scm /mnt/guix Unfortunately it failed (os-config and the backtrace are attached). So I wonder: is installing from anothe

make polkit work

2014-11-24 Thread 宋文武
IIUC, our `polkit' can't see actions/rules from other packages. In NixOS[0], the hardcoded "${out}/share/polkit-1" is overwrited to "/var/run/current-system/sw/share/polkit-1", provided by system packages. Instead of take a similar path, can we make "a proper patch which will be accepted upstream"

Re: Running X on Guix 0.8

2014-11-24 Thread Adam Pribyl
On Sun, 23 Nov 2014, Omar Radwan wrote: I'm running Guix on one of my computers, I've installed icecat, xorg, and windowmaker. I was wondering whether it was possible to run X. I did not test it on 0.8 yet, but for 0.7 you have to start Xorg with module path to your profile like Xorg -module