aboutsummaryrefslogtreecommitdiff
path: root/po/doc
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-01-28 16:55:40 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-01-29 09:17:01 +0800
commitbea22409682f6d1947de7d92f264aad822c2e68c (patch)
treed95b8876364a3b908adcb1ed741d77556030d14b /po/doc
parent806bc1b04d2aba34f6fe04f510b0375325d28a76 (diff)
downloadguix-bea22409682f6d1947de7d92f264aad822c2e68c.tar.gz
guix-bea22409682f6d1947de7d92f264aad822c2e68c.zip
gnu: xfce4-settings: Enable UPower support.
* gnu/packages/xfce.scm (xfce4-settings)[arguments]: Add "--enable-upower-glib" to configure-flags.
Diffstat (limited to 'po/doc')
0 files changed, 0 insertions, 0 deletions
_linux_DATA) (nodist_bootstrap_aarch64_linux_DATA, nodist_bootstrap_mips64el_linux_DATA) (BOOTSTRAP_GUILE_TARBALLS, DISTCLEANFILES, DOWNLOAD_FILE) (%D%/packages/bootstrap/x86_64-linux/guile-2.0.9.tar.xz) (%D%/packages/bootstrap/i686-linux/guile-2.0.9.tar.xz) (%D%/packages/bootstrap/armhf-linux/guile-2.0.11.tar.xz) (%D%/packages/bootstrap/aarch64-linux/guile-2.0.14.tar.xz) (%D%/packages/bootstrap/mips64el-linux/guile-2.0.9.tar.xz): Remove. * build-aux/test-env.in: Add "guix download" invocation when gnu/packages/bootstrap/guile* exists. Ludovic Courtès 2016-06-26daemon: Rename 'NIX_CONF_DIR' to 'GUIX_CONFIGURATION_DIRECTORY'....Partly fixes <http://bugs.gnu.org/22459>. Reported by Jeff Mickey <j@codemac.net> and David Craven <david@craven.ch>. * nix/libstore/globals.cc (Settings::processEnvironment()): Change 'NIX_CONF_DIR' to 'GUIX_CONFIGURATION_DIRECTORY'. * nix/local.mk (libstore_a_CPPFLAGS): Likewise. * guix/config.scm.in (%config-directory): Likewise. * build-aux/test-env.in: Likewise. * gnu/packages/patches/hydra-automake-1.15.patch: Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> David Craven 2016-05-04build: Preserve stderr for shell tests....Fixes a regression introduced in a9edb211e733b8b34e67ec3b4450567e9376986f where the .log files of the .sh tests would not contain stderr. * build-aux/test-env.in: Redirect stderr only when --quiet-stderr is passed. * Makefile.am (SCM_LOG_DRIVER): Add --quiet-stderr. Ludovic Courtès 2016-04-15build: Move environment '.in' scripts to 'build-aux' directory....* pre-inst-env.in: Move to ... * build-aux/pre-inst-env.in: ... here. * test-env.in: Move to ... * build-aux/test-env.in: ... here. * configure.ac (AC_CONFIG_FILES): Adapt to this. Keep the generated scripts in their current location which is $(top_builddir). Mathieu Lirzin