<
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bootstrap
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-01-28 22:04:06 +0100
committerLudovic Courtès <ludo@gnu.org>2019-01-28 23:13:40 +0100
commitf15800946d688398ec09a86b23d01ebef91800e0 (patch)
treeaf5e9c0c77cc853cd255d71b3cc44620fad63707 /gnu/packages/bootstrap
parent5a23696a476298a41cef5a0a0c8860313d027beb (diff)
downloadguix-f15800946d688398ec09a86b23d01ebef91800e0.tar.gz
guix-f15800946d688398ec09a86b23d01ebef91800e0.zip
gnu: youtube-dl: Update to 2019.01.27.
* gnu/packages/video.scm (youtube-dl): Update to 2019.01.27.
Diffstat (limited to 'gnu/packages/bootstrap')
0 files changed, 0 insertions, 0 deletions
_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"])