apteryx pushed a change to branch master
in repository guix.
from 0d6e6fb248 gnu: satdump: Update to 1.2.2.
new 9afe05fd57 .guix-authorizations: Register Steve George's key.
new ae17a601d9 gnu: tinygltf: Update to 2.9.5.
new 3f135b6ce0 gnu: tinygltf: Install a library.
new 7e5283e855 gnu: speed-dreams: Update to 2.4.0.
new b78794f96d system/vm: Fix virtual-machine bug.
new df568fc411 tests: web: Have the retry-on-error throw on exhausted
attempts.
new ae0d335744 services: herd: Export 'eval-there' in API.
new 5074871043 build: marionette: Make it possible to reboot VM during
tests.
new a595a52b7b tests: Add anonip system test.
new bcb5724e59 tests: web: Add nginx+anonip test.
new b7e02bc4cb build/guile-build-system: Remove trailing #t in phases.
new 58f5c9ad82 build/guile: Disable parallel build for now.
new 575cb765e2 build/guile-build-system: Fix byte-compilation warnings.
new 17587940c2 gnu: falcosecurity-libs: Update to 0.20.0.
new 51720d1afa gnu: sysdig: Update to 0.40.0-alpha6.
The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.guix-authorizations | 2 +
gnu/build/marionette.scm | 2 +-
gnu/local.mk | 6 +-
gnu/packages/admin.scm | 74 +++--
gnu/packages/games.scm | 138 ++++-----
gnu/packages/graphics.scm | 9 +-
gnu/packages/linux.scm | 33 +--
.../patches/falcosecurity-libs-install-pman.patch | 14 -
.../patches/falcosecurity-libs-libscap-pc.patch | 16 --
.../falcosecurity-libs-libsinsp-pkg-config.patch | 155 ----------
.../patches/falcosecurity-libs-pkg-config.patch | 23 --
.../patches/falcosecurity-libs-shared-build.patch | 311 +++++++++++++++++++++
.../falcosecurity-libs-shared-library-fix.patch | 50 ----
gnu/services/herd.scm | 1 +
gnu/system/vm.scm | 9 +-
gnu/tests/web.scm | 167 ++++++++++-
guix/build-system/guile.scm | 11 +
guix/build/guile-build-system.scm | 22 +-
18 files changed, 609 insertions(+), 434 deletions(-)
delete mode 100644 gnu/packages/patches/falcosecurity-libs-install-pman.patch
delete mode 100644 gnu/packages/patches/falcosecurity-libs-libscap-pc.patch
delete mode 100644
gnu/packages/patches/falcosecurity-libs-libsinsp-pkg-config.patch
delete mode 100644 gnu/packages/patches/falcosecurity-libs-pkg-config.patch
create mode 100644 gnu/packages/patches/falcosecurity-libs-shared-build.patch
delete mode 100644
gnu/packages/patches/falcosecurity-libs-shared-library-fix.patch