aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-06 01:22:06 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-06 04:46:52 +0200
commit0395c5335985ae103cec97eca85b1e282b3d9b88 (patch)
tree9dcf2b71d2c125693097fa7b165696e360179db7 /guix.scm
parent9fde2268bcc8c28959e7d7146f6f6d7698f853e9 (diff)
downloadguix-0395c5335985ae103cec97eca85b1e282b3d9b88.tar.gz
guix-0395c5335985ae103cec97eca85b1e282b3d9b88.zip
gnu: libqmatrixclient: Update to 0.5.2.
* gnu/packages/messaging.scm (libqmatrixclient): Update to 0.5.2.
Diffstat (limited to 'guix.scm')
0 files changed, 0 insertions, 0 deletions
FINE_UNQUOTED([GUIX_SUBSTITUTE_URLS], ["$GUIX_SUBSTITUTE_URLS"], [Default list of substitute URLs used by 'guix-daemon'.]) dnl Check for Guile-SSH, which is required by 'guix offload'. GUIX_CHECK_GUILE_SSH case "x$guix_cv_have_recent_guile_ssh" in xyes) guix_build_daemon_offload="yes" AC_DEFINE([HAVE_DAEMON_OFFLOAD_HOOK], [1], [Define if the daemon's 'offload' build hook is being built (requires Guile-SSH).]) ;; *) guix_build_daemon_offload="no" ;; esac dnl Temporary directory used to store the daemon's data. GUIX_TEST_ROOT_DIRECTORY GUIX_TEST_ROOT="$ac_cv_guix_test_root" AC_SUBST([GUIX_TEST_ROOT]) GUIX_CHECK_LOCALSTATEDIR fi AM_CONDITIONAL([HAVE_LIBBZ2], [test "x$HAVE_LIBBZ2" = "xyes"]) AM_CONDITIONAL([BUILD_DAEMON], [test "x$guix_build_daemon" = "xyes"]) AM_CONDITIONAL([BUILD_DAEMON_OFFLOAD], \ [test "x$guix_build_daemon" = "xyes" \ && test "x$guix_build_daemon_offload" = "xyes"])