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
> 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
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
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 ...)
>> ...
>> )
>>
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’
> 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
> 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
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