aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/icecat-use-system-graphite2+harfbuzz.patch
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-23 04:53:06 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-23 16:25:10 +0200
commit4f204533b7183adadfe5cbe7f8bcd7d11c430b44 (patch)
tree7b8bf85773c6cdd4e0ca531c3868683c6a076d48 /gnu/packages/patches/icecat-use-system-graphite2+harfbuzz.patch
parent56d1ab2537465302b13aaaa3c07808c0b60395b5 (diff)
downloadguix-4f204533b7183adadfe5cbe7f8bcd7d11c430b44.tar.gz
guix-4f204533b7183adadfe5cbe7f8bcd7d11c430b44.zip
gnu: ansible: Update to 2.9.11.
* gnu/packages/admin.scm (ansible): Update to 2.9.11.
Diffstat (limited to 'gnu/packages/patches/icecat-use-system-graphite2+harfbuzz.patch')
0 files changed, 0 insertions, 0 deletions
45:24 +0100'>2022-11-09machine/digital-ocean: Set load path to Guile 3.0 directories....* gnu/machine/digital-ocean.scm (guix-infect, add-static-networking): Set GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH to directories for Guile 3.0 instead of 2.2. Ricardo Wurmus 2022-11-09machine/digital-ocean: Use static-networking-service-type....* gnu/machine/digital-ocean.scm (ip+netmask->cidr): New procedure. (guix-infect, add-static-networking): Use static-networking-service-type instead of the deprecated static-networking-service. Ricardo Wurmus 2022-11-09machine/digital-ocean: Use nightly Guix....* gnu/machine/digital-ocean.scm (guix-infect): Fetch latest Guix build from ci.guix.gnu.org. Ricardo Wurmus 2022-10-17guix: Fix typos....These typos were found and reported through weblate. * gnu/packages/audio.scm (wildmidi)[description]: Fix typo. * gnu/packages/games.scm (cgoban)[description]: Fix typo. * gnu/services/version-control.scm (gitolite-service-type)[description]: Fix typo. * gnu/installer/newt/substitutes.scm (run-substitutes-page): Remove full stop at end of title. * gnu/machine/ssh.scm (machine-ssh-configuration-system): Move punctuation outside of quotes. * guix/scripts/home.scm (process-action): Remove trailing space before newline. * guix/scripts/system.scm (show-help): Fix typo. * guix/scripts/environment.scm (with-store/maybe): Fix typo. Julien Lepiller