tests: Add anonip system test. * gnu/tests/web.scm (%test-anonip): New test. (%anonip-os): New variables. (run-anonip-test): New procedure. Change-Id: Ieed210a784dbdeee8a498e74b6c0e31cb72cd9b8
build: marionette: Make it possible to reboot VM during tests. * gnu/build/marionette.scm (make-marionette): Add 'reconnect=1' socket parameter. * gnu/system/vm.scm (common-qemu-options): Remove '-no-reboot' option. Change-Id: I5e100543ddddba0aea3ebe4e2f5cb8b0261c0d73
services: herd: Export 'eval-there' in API. * gnu/services/herd.scm (gnu): Export 'eval-there', which is useful to evaluate Scheme expressions. Change-Id: Iff1db56e0847fc5886ac9fe594d677b363e7e6e7
tests: web: Have the retry-on-error throw on exhausted attempts. Previously, it'd simply return the error arguments, which would not always fail a 'test-assert' test, for example. * gnu/tests/web.scm (retry-on-error): Re-throw the error when the attempts have been exhausted. Change-Id: Ic1468d8ba23f0f78377e90d19bccb2878dc56f0e
system/vm: Fix virtual-machine bug. The virtual-machine syntax would not accept a single operating-system field, which was puzzling. * gnu/system/vm.scm (virtual-machine): Add a pattern matching a single literal 'operating-system' field and value. Change-Id: If207fd71df3a3f763b2e63229eafa82f63e80773
gnu: speed-dreams: Update to 2.4.0. * gnu/packages/games.scm (speed-dreams-version) (speed-dreams-svn-revision): Delete variables. (speed-dreams-source-tarball): Delete procedure. (speed-dreams-base-tarball, speed-dreams-hq-cars-and-tracks-tarball) (speed-dreams-more-hq-cars-and-tracks-tarball) (speed-dreams-wip-cars-and-tracks-tarball) (speed-dreams-unmaintained-tarball): Delete variables. (speed-dreams-data): New variable. (speed-dreams): Update to 2.4.0. [source]: Fetch from git. Apply patches. [configure-flags]: Remove the SD_DATADIR, SD_LIBDIR, OPTION_3RDPARTY_SOLID, CMAKE_MODULE_LINKER_FLAGS, and CMAKE_BUILD_RPATH_USE_ORIGIN flags. Add the VERSION_LONG flag. [phases]: Delete phases. [native-inputs]: Add speed-dreams-data. [inputs]: Add cjson, glm, minizip, rhash and tinygltf. Change-Id: Ie782a65dadaafb5d6c3a7d4d6c28212eef2b36f7
gnu: tinygltf: Install a library. Previously, only a static library would be produced and then deleted in a phase. * gnu/packages/graphics.scm (tinygltf) [arguments]: Add #:configure-flags. <phases>: Remove delete-static-lib. Change-Id: I019a87a4fbf68fc19270a41d58af3a2184b77215
gnu: tinygltf: Update to 2.9.5. * gnu/packages/graphics.scm (tinygltf): Update to 2.9.5. Change-Id: I680a26da98f26ed4c25de614954b59cf4d5833d3
.guix-authorizations: Register Steve George's key. * .guix-authorizations (futurile): Register Steve George's key. Change-Id: I8675d1bebe5f9aa6fb2e1cf33e6c43a88b99be93
gnu: satdump: Update to 1.2.2. * gnu/packages/radio.scm (satdump): Update to 1.2.2. [inputs]: Add armadillo, curl, hdf5, jemalloc and libtiff. Change-Id: Ic0a9044257fc21cb2fc30a421e8224646161ce3e
gnu: chirp: Update to 0.4.0-2.9e43352. * gnu/packages/radio.scm (chirp): Update to 0.4.0-2.9e43352. [inputs]: Add python-lark-parser and python-suds. Change-Id: Iaea423f87e3b9513983e7383c0a5001760aa2e08
gnu: qdmr: Update to 0.12.1. * gnu/packages/radio.scm (qdmr): Update to 0.12.1. Change-Id: I0af21f1379523004b2ab991bdcb82f9fd3e8724c
gnu: wfview: Update to 2.03. * gnu/packages/radio.scm (wfview): Update to 2.03. [inputs]: Add qtwebsockets-5. [arguments]: Update 'fix-paths' phase. [description]: Update model list. Change-Id: I2be016a94a374f217e1e8ed9294494ae9d1ccf0c
gnu: hamlib: Update to 4.6.2. * gnu/packages/radio.scm (hamlib): Update to 4.6.2. Change-Id: I49a6793b42f703329f496994ff1e3637d82b6165
gnu: tegola: Update to 0.21.2. * gnu/packages/geo.scm (tegola): Update to 0.21.2. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: tegola: Unbundle some go packages. * gnu/packages/geo.scm (tegola): [source]<origin>: Use snippet to unbundle some go packages. [inputs]: Add go-github-com-aws-aws-lambda-go, go-github-com-aws-aws-sdk-go, go-github-com-beorn7-perks, go-github-com-burntsushi-toml, go-github-com-gofrs-uuid, go-github-com-golang-protobuf, go-github-com-google-uuid, go-github-com-go-test-deep, go-github-com-jmespath-go-jmespath, go-github-com-mattn-go-sqlite3, go-github-com-spf13-pflag, go-golang-org-x-crypto, go-golang-org-x-sys, go-golang-org-x-text, go-golang-org-x-tools, go-google-golang-org-protobuf, go-go-uber-org-atomic, go-go-uber-org-multierr, go-go-uber-org-zap. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
doc: Recommend login as non-root user after installation. * doc/guix.texi (After System Installation): Fix. Signed-off-by: Simon Josefsson <simon@josefsson.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: wlogout: Fix paths to assets * gnu/packages/wm.scm (wlogout): [#:phases] <patch-source-paths>: Substitute paths in style.css. Change-Id: I128581608e29294cbc4165e9ebd7d1e505e90b4f Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: shepherd: Update to 1.0.2. * gnu/packages/admin.scm (shepherd-1.0): Update to 1.0.2. Change-Id: Idcf47383b127de6a39b4d3aba197f78e38b8f248
services: log-cleanup: Add Shepherd service documentation. * gnu/services/admin.scm (log-cleanup-shepherd-services): Add ‘documentation’ field. Change-Id: Ie24033db668a366474f8307e5e8908fd27c06dda