aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-06-23 09:36:35 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-06-23 09:36:35 +0200
commitcde7068e8cb28b7245cfa07b8aa788039012f972 (patch)
treee5f2bba3243d21e6ce77a5705aa77fc60372f8d0 /gnu/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch
parent6b83da96162fe212a4e306b259c2c52f17878ec5 (diff)
downloadguix-cde7068e8cb28b7245cfa07b8aa788039012f972.tar.gz
guix-cde7068e8cb28b7245cfa07b8aa788039012f972.zip
gnu: texmacs: Update to 2.1.
* gnu/packages/text-editors.scm (texmacs): Update to 2.1. [arguments]: Remove #t at the end of phases.
Diffstat (limited to 'gnu/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch')
0 files changed, 0 insertions, 0 deletions
>...* gnu/services/base.scm (%qemu-static-networking): New variable. * gnu/system/hurd.scm (%base-services/hurd): Use it. * doc/guix.texi (Networking Setup): Document it. Ludovic Courtès 2021-12-12services: static-networking: Change interface to mimic netlink....* gnu/services/base.scm (<static-networking>)[interface, ip, netmask] [gateway]: Remove. [addresses, links, routes]: New fields. [requirement]: Default to '(udev). (<network-address>, <network-link>, <network-route>): New record types. (ensure-no-separate-netmask, %ensure-no-separate-netmask): Remove. (ipv6-address?, cidr->netmask, ip+netmask->cidr) (network-set-up/hurd, network-tear-down/hurd) (network-set-up/linux, network-tear-down/linux) (static-networking->hurd-pfinet-options): New procedures. (static-networking-shepherd-service): New procedure. (static-networking-shepherd-services): Rewrite in terms of the above. (static-networking-service): Deprecate. Adjust to new 'static-networking' API. (%base-services): Likewise. * gnu/system/install.scm (%installation-services): Likewise. * gnu/system/hurd.scm (%base-services/hurd): Likewise, and separate 'loopback' from 'networking'. * gnu/build/hurd-boot.scm (set-hurd-device-translators): Remove "servers/socket/2". * gnu/tests/networking.scm (run-openvswitch-test)["networking has started on ovs0"]: Check for 'networking instead of 'networking-ovs0, which is no longer provided. * doc/guix.texi (Networking Setup): Document the new interface. Remove documentation of 'static-networking-service'. (Virtualization Services): Change Ganeti example to use the new interface. Ludovic Courtès