Re: [PATCH] gnu: Add vim.

2013-03-06 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Andreas Enge skribis: > >> Hm, accented characters are not displayed correctly. Does one need to add >> an additional input for utf8 encoding? > > Our libc doesn’t install locale data, which causes this sort of > problems. We’ll need to fix that in core

[PATCH] gnu-maintenance: Replace 'official-gnu-packages' with 'find-packages'.

2013-03-06 Thread Nikita Karetnikov
> Also, I think it should process fields, and return an alist, or even > better, a ‘gnu-package-descriptor’ record (say). > > (define-record-type > gnu-package-descriptor? > (gnu-package-descriptor name logo-url doc-category ...) > ... > ) > > (official-gnu-packages) > => (#h

libxml2-python

2013-03-06 Thread Andreas Enge
xorg-server requires mesa, and mesa requires python and libxml2, more exactly libxml2-python. This is supposed to be set up the python way using python setup.py build install which already does not work manually: failed to find headers for libxml2: update includes_dir Supposedly, one needs

Re: [PATCH] gnu-maintenance: Replace 'official-gnu-packages' with 'find-packages'.

2013-03-06 Thread Ludovic Courtès
Nikita Karetnikov skribis: >> Also, I think it should process fields, and return an alist, or even >> better, a ‘gnu-package-descriptor’ record (say). >> >> (define-record-type >> gnu-package-descriptor? >> (gnu-package-descriptor name logo-url doc-category ...) >> ... >> ) >>

Re: [SCM] guix source archive branch, master, updated. v0.1-234-g0206513

2013-03-06 Thread Ludovic Courtès
nikita skribis: > commit 02065130de33e990969fe9b7cc19b9b1c24f3ff7 > Author: Nikita Karetnikov > Date: Sun Mar 3 23:20:28 2013 + > > utils: Add 'wrap-program'. > > * guix/build/utils.scm (wrap-program): New procedure. Such changes should be done in ‘core-updates’, not ‘master’

Re: [SCM] guix source archive branch, master, updated. v0.1-234-g0206513

2013-03-06 Thread Nikita Karetnikov
> Such changes should be done in ‘core-updates’, not ‘master’, because > they entail a full rebuild. Oh, I'm sorry. But could you explain why? I'm puzzled because the commit doesn't remove anything. Could you provide a list of files that shouldn't be changed in 'master'? I guess that 'gnu/packa

Re: [SCM] guix source archive branch, master, updated. v0.1-234-g0206513

2013-03-06 Thread Nikita Karetnikov
> Oh, I'm sorry. But could you explain why? I'm puzzled because the > commit doesn't remove anything. I think that I got it. The file will be recompiled anyway. So any file that uses it will be rebuilt as well. (The question about the list of files is valid, though.) pgpbSfYZZ32Jx.pgp Descr

Re: libxml2-python

2013-03-06 Thread Cyril Roelandt
On 03/06/2013 11:43 PM, Andreas Enge wrote: xorg-server requires mesa, and mesa requires python and libxml2, more exactly libxml2-python. This is supposed to be set up the python way using python setup.py build install which already does not work manually: failed to find headers for libx