aboutsummaryrefslogtreecommitdiff
path: root/etc/git
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-13 09:05:31 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:17:25 +0200
commit2fa0ec238c2cd79aa025f2cd54616ff5315050b0 (patch)
treea484ae9d72105e3890b1e70fa3174d02298e5d86 /etc/git
parentb696bb1cde6aa0d401d8a18268a023d37e04f6f2 (diff)
downloadguix-2fa0ec238c2cd79aa025f2cd54616ff5315050b0.tar.gz
guix-2fa0ec238c2cd79aa025f2cd54616ff5315050b0.zip
gnu: Add texlive-mathspic.
* gnu/packages/tex.scm (texlive-mathspic): New variable.
Diffstat (limited to 'etc/git')
0 files changed, 0 insertions, 0 deletions
w macro. (options): Add '--no-build-hook'. (parse_opt): Handle it. (main)[HAVE_DAEMON_OFFLOAD_HOOK]: Set 'useBuildHook' by default. Set $NIX_BUILD_HOOK to our offload hook unless otherwise specified. [!HAVE_DAEMON_OFFLOAD_HOOK]: Clear 'useBuildHook'. * pre-inst-env.in: Set and export NIX_BUILD_HOOK. * nix/scripts/offload.in, guix/scripts/offload.scm: New files. * guix/ui.scm (show-guix-help)[internal?]: Add "offload". * config-daemon.ac: Call 'GUIX_CHECK_UNBUFFERED_CBIP'. Instantiate 'nix/scripts/offload'. Set 'BUILD_DAEMON_OFFLOAD' conditional, and optionally define 'HAVE_DEAMON_OFFLOAD_HOOK' cpp macro. * daemon.am (nodist_pkglibexec_SCRIPTS)[BUILD_DAEMON_OFFLOAD]: Add it. * Makefile.am (MODULES)[BUILD_DAEMON_OFFLOAD]: Add 'guix/scripts/offload.scm'. (EXTRA_DIST)[!BUILD_DAEMON_OFFLOAD]: Likewise. * m4/guix.m4 (GUIX_CHECK_UNBUFFERED_CBIP): New macro. * doc/guix.texi (Setting Up the Daemon): Move most of the body to... (Build Environment Setup): ... this. New subsection. (Daemon Offload Setup): New subsection. Ludovic Courtès 2014-01-24store: Add 'register-path' procedure....* guix/store.scm (register-path): New procedure. * tests/store.scm ("register-path"): New test. * guix/config.scm.in (%guix-register-program): New variable. * configure.ac: Compute and substitute 'guix_sbindir'. Compute 'guix_prefix'. * pre-inst-env.in: Define 'GUIX_REGISTER'. Ludovic Courtès 2013-12-11build: Remove '..' from srcdir/builddir in 'pre-inst-env'....* pre-inst-env.in (abs_top_srcdir, abs_top_builddir): New variables. Use them instead of @abs_top_srcdir@ and @abs_top_builddir@. This fixes the "package-field-location, relative file name" test in 'make distcheck'. Ludovic Courtès