aboutsummaryrefslogtreecommitdiff
path: root/tests/challenge.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-15 23:19:57 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-15 23:22:18 +0200
commit03f9a8c35be387f37badcd2c830ac7414ac17225 (patch)
tree722ab2e5d6e6e4397a65c326c1ad48bb36e72c6f /tests/challenge.scm
parent7233b19fde688d79d19ed1614a804c1d80f55260 (diff)
downloadguix-03f9a8c35be387f37badcd2c830ac7414ac17225.tar.gz
guix-03f9a8c35be387f37badcd2c830ac7414ac17225.zip
Revert "gnu: rust: Add SSL native search paths."
This reverts commit ba1e4ce2560d51c8ba935e5b5667ba3a0133c694.
Diffstat (limited to 'tests/challenge.scm')
0 files changed, 0 insertions, 0 deletions
ove AUTOCONF, AUTOMAKE and LIBTOOL. [arguments]: Remove. Marius Bakke 2018-08-11gnu: virt-viewer: Update to 7.0....* gnu/packages/spice.scm (virt-viewer): Update to 7.0. Tobias Geerinckx-Rice 2018-08-11gnu: spice-gtk: Update to 0.35....* gnu/packages/spice.scm (spice-gtk): Update to 0.35. Tobias Geerinckx-Rice 2018-06-15gnu: spice-protocol: Update to 0.12.14....* gnu/packages/spice.scm (spice-protocol): Update to 0.12.14. Tobias Geerinckx-Rice 2018-04-24gnu: virt-viewer: Update to 6.0....* gnu/packages/spice.scm (virt-viewer): Update to 6.0. Rutger Helling 2018-03-26gnu: usbredir: Build without '-Werror'....Fixes build failure introduced in 58ee8a94a90eb40496b9704d541b5dfbbf1685ba, where compilation would fail with: usbredirhost.c: In function ?usbredirhost_open_full?: usbredirhost.c:749:5: error: ?libusb_set_debug? is deprecated: Use libusb_set_option instead [-Werror=deprecated-declarations] libusb_set_debug(host->ctx, host->verbose); ^ In file included from usbredirhost.h:24:0, from usbredirhost.c:31: /gnu/store/j8hzc465xy33cjfcq3wv39szxia4xrzv-libusb-1.0.22/include/libusb-1.0/libusb.h:1300:18: note: declared here void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level); ^ cc1: all warnings being treated as errors * gnu/packages/spice.scm (usbredir)[arguments]: In 'autogen' phase, remove '-Werror' from configure.ac. Ludovic Courtès 2018-03-13gnu: usbredir: Declare a source file-name....* gnu/packages/spice.scm (usbredir)[source]: Declare a source file-name. Efraim Flashner 2018-01-21gnu: spice: Use HTTPS for spice-space.org home pages....* gnu/packages/spice.scm (spice, spice-vdagent)[home-page]: Use HTTPS Tobias Geerinckx-Rice 2018-01-21gnu: spice-gtk: Update to 0.34....* gnu/packages/spice.scm (spice-gtk): Update to 0.34. Tobias Geerinckx-Rice 2017-12-04gnu: spice: Update to 0.14.0....This is a follow-up to commit 9a187b39b7991463aa6985f5b746fccf69789525. * gnu/packages/spice.scm (spice): Update to 0.14.0. [source]: Remove obsolete patches. Use HTTPS URL. [inputs]: Add orc. [home-page]: Update to use https. * gnu/packages/patches/spice-CVE-2016-9577.patch, gnu/packages/patches/spice-CVE-2016-9578-1.patch, gnu/packages/patches/spice-CVE-2016-9578-2.patch, gnu/packages/patches/spice-CVE-2017-7506.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Andy Patterson 2017-10-19gnu: spice-gtk: Enable GObject introspection support....Allows virt-manager to use the spice-gtk widget. * gnu/packages/spice.scm (spice-gtk)[inputs]: Add gobject-introspection. [arguments]<#:configure-flags>: Add --enable-introspection. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Patterson