From c9b70836d080150046633edc782fdaaff9fc6d9c Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 13 Dec 2012 00:27:27 +0100 Subject: build: Make `--enable-daemon' the default. * configure.ac: Have $guix_build_daemon default to "yes". --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0ea216e9d5..bebb9885c4 100644 --- a/configure.ac +++ b/configure.ac @@ -31,9 +31,9 @@ AC_ARG_WITH(store-dir, AC_SUBST(storedir) AC_ARG_ENABLE([daemon], - [AS_HELP_STRING([--enable-daemon], [build the Nix daemon (C++)])], + [AS_HELP_STRING([--disable-daemon], [build the Nix daemon (C++)])], [guix_build_daemon="$enableval"], - [guix_build_daemon="no"]) + [guix_build_daemon="yes"]) # Prepare a version of $localstatedir that does not contain references # to shell variables. -- cgit v1.2.3 d'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-09-12 10:59:43 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-09-13 21:18:04 +0200
commitd54119337019ddea777cb7564d2b904b49bd02c4 (patch)
treef59da0732ae91e43c4ae30f72f748524f1f2ce8b
parent3b1382e846525aaa1b205779187f2316bd271ab2 (diff)
downloadguix-d54119337019ddea777cb7564d2b904b49bd02c4.tar.gz
guix-d54119337019ddea777cb7564d2b904b49bd02c4.zip
gnu: Add emacs-pinyinlib.
* gnu/packages/emacs-xyz.scm (emacs-pinyinlib): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>