Re: 'python-build-system'

2013-04-28 Thread Nikita Karetnikov
'bazaar.scm' is for testing. The following warnings appear during the installation: GNU gettext msgfmt utility not found! patch-shebang: ./tools/packaging/lp-upload-release: warning: no binary for interpreter `zsh' found in $PATH patch-shebang: ./tools/weavemerge.sh: warning: no binary for

Re: Xpdf

2013-04-28 Thread Andreas Enge
Am Montag, 1. April 2013 schrieb Ludovic Courtès: Perhaps we could patch xpdfrc to point to GhostScript’s font directory? I just added the gs-fonts package in core-updates, and modified xpdfrc accordingly. Andreas

Re: 'python-build-system'

2013-04-28 Thread Ludovic Courtès
Nikita Karetnikov nik...@karetnikov.org skribis: 'bazaar.scm' is for testing. The following warnings appear during the installation: GNU gettext msgfmt utility not found! Just add gettext as an input. patch-shebang: ./tools/packaging/lp-upload-release: warning: no binary for interpreter

Re: Xpdf

2013-04-28 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr skribis: Am Montag, 1. April 2013 schrieb Ludovic Courtès: Perhaps we could patch xpdfrc to point to GhostScript’s font directory? I just added the gs-fonts package in core-updates, and modified xpdfrc accordingly. Just tried it with ‘env -i’ (to make sure) on

Re: 'python-build-system'

2013-04-28 Thread Nikita Karetnikov
Yes, definitely. But that’s not a problem: these scripts are most likely unused during the build process and afterward. So, should I package it (without replacing shells)? * guix/build/utils.scm (wrap-program): Assume that 'prog' is an absolute filename. Adjust 'prog-real' and 'prog-tmp'