# This is a "job" for the Upstart init system to launch 'guix-daemon'. # Drop it in /etc/init to have 'guix-daemon' automatically started. description "Publish the GNU Guix store" start on runlevel [2345] stop on runlevel [016] task exec @localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181 ad>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/m4.scm
AgeCommit message (Expand)Author
2022-06-26gnu: m4: Fix cross-compilation....* gnu/packages/m4.scm (m4)[arguments]: Look up /bin/sh in NATIVE-INPUTS if applicable. Marius Bakke
2022-06-26gnu: m4: Update to 1.4.19....* gnu/packages/m4.scm (m4): Update to 1.4.19. [source](patches): Remove. [arguments]: Add phase 'disable-test. Adjust shell configuration phase. * gnu/packages/patches/m4-gnulib-libio.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Marius Bakke
2018-08-25gnu: m4: Fix FTBFS with glibc >= 2.28....* gnu/packages/patches/m4-gnulib-libio.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/m4.scm (m4)[source](patches): New field. Marius Bakke
2018-02-20gnu: m4: Update phase style....* gnu/packages/m4.scm (m4)[arguments]: Use MODIFY-PHASES syntax and end phase with #t. Tobias Geerinckx-Rice
2017-03-30Merge branch 'master' into core-updates...Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698. Marius Bakke
2017-03-30gnu: Use HTTPS for almost all gnu.org HOME-PAGEs....All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS. Tobias Geerinckx-Rice
2017-01-06gnu: m4: Don't replace 'sh' reference with 'bash'....* gnu/packages/m4.scm (m4)[arguments]: Use /bin/sh instead of /bin/bash in 'pre-check' phase. Leo Famulari
2017-01-03gnu: m4: Update to 1.4.18....* gnu/packages/m4.scm (m4): Update to 1.4.18. [source]: Use xz compressed tarball. Marius Bakke