<
#!/bin/sh # Create the build system. set -e -x # Generate stubs for translations. langs=`find po/doc -type f -name 'guix-manual*.po' \ | sed -e 's,.*/guix-manual\.,,;s,\.po$,,'` for lang in ${langs}; do if [ ! -e "doc/guix.${lang}.texi" ]; then echo "@setfilename guix.${lang}.info" > "doc/guix.${lang}.texi" echo "@include version-${lang}.texi" >> "doc/guix.${lang}.texi" # Ensure .po file is newer. touch "po/doc/guix-manual.${lang}.po" fi done langs=`find po/doc -type f -name 'guix-cookbook*.po' \ | sed -e 's,.*/guix-cookbook\.,,;s,\.po$,,'` for lang in ${langs}; do if [ ! -e "doc/guix-cookbook.${lang}.texi" ]; then echo "@setfilename guix-cookbook.${lang}.info" > "doc/guix-cookbook.${lang}.texi" # Ensure .po file is newer. touch "po/doc/guix-cookbook.${lang}.po" fi done autoreconf -vfi # Replace Automake's build-aux/mdate-sh with build-aux/mdate-from-git, our # own, reproducible version. chmod +w build-aux/mdate-sh rm -f build-aux/mdate-sh ln -s mdate-from-git.scm build-aux/mdate-sh elect>
aboutsummaryrefslogtreecommitdiff
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-14 23:12:55 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-15 16:33:08 -0500
commit270c05fd6c1df3a8000a68240fceb63f4a5122ac (patch)
treee71dbc9f592ddefed0614f380055fdc8d61a1f61 /nix
parente9bb8eca3d89242f9eee391ff4c0b094f2692fca (diff)
downloadguix-270c05fd6c1df3a8000a68240fceb63f4a5122ac.tar.gz
guix-270c05fd6c1df3a8000a68240fceb63f4a5122ac.zip
gnu: python-pytest-forked: Update to 1.3.0.
* gnu/packages/check.scm (python-pytest-forked): Update to 1.3.0. [propagated-inputs]: Move python-pytest to... [native-inputs]: ... here.
Diffstat (limited to 'nix')
0 files changed, 0 insertions, 0 deletions