aboutsummaryrefslogtreecommitdiff
path: root/nix/boost/format/format_implementation.cc
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2021-01-22 19:39:58 +0100
committerEfraim Flashner <efraim@flashner.co.il>2021-01-28 20:48:55 +0200
commit1649d0f20985551a92ba2182e4e2ad1fbc9ee160 (patch)
tree80da8d2359c09f8c81600b867a59d7d497c4957e /nix/boost/format/format_implementation.cc
parent8ee5b42546f0f318be36fde15f13c710d7e9d027 (diff)
downloadguix-1649d0f20985551a92ba2182e4e2ad1fbc9ee160.tar.gz
guix-1649d0f20985551a92ba2182e4e2ad1fbc9ee160.zip
gnu: libgdiplus: Update to 6.0.5.
* gnu/packages/mono.scm (libgdiplus): Update to 6.0.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'nix/boost/format/format_implementation.cc')
0 files changed, 0 insertions, 0 deletions
ring): Filter USER and GROUP fields. (group?, serialize-group): Remove variables. (zabbix-server-configuration, zabbix-agent-configuration): Document the GROUP field as 'string'. * doc/guix.texi (Monitoring Services): Adjust accordingly. Marius Bakke 2022-11-17Fix problems initially introduced in commit 543d971ed2, now reinstated....Commit 543d971ed2 ("services: configuration: Re-order generated record fields") introduced two regressions, one in guix home and another one in the zabbix service. * gnu/home/services/shells.scm (home-bash-extensions): Remove the first pattern in the match, which used to be to ignore %location. * gnu/services/monitoring.scm (zabbix-front-end-nginx-extension): Likewise. Maxim Cournoyer 2022-11-17Revert "services: configuration: Revert to a working ‘guix home’."...This reverts commit 39e4e00f75be8055300cb0afffb8bd4b4d35f2cc, with fixes for the guix home issues reported and another one found while reconfiguring berlin in the subsequent commit. Maxim Cournoyer 2022-11-13services: configuration: Revert to a working ‘guix home’....This reverts commit 543d971ed2a1d9eb934af1f51930741d7cc4e7ef, and its dependent commit 9b21cd2e9a614f1937769caf3917a791b151d841, which appear to have triggered a recent wave of ‘guix home’ regressions involving (services (list (service home-bash-service-type))): In gnu/home/services/shells.scm: 504:7 3 (home-bash-extensions #<<home-bash-configuration> package: #<package bash@5.1.8 gnu/packages/ba…> …) In unknown file: 2 (append #<<location> file: "…" line: 14 column: 12> ()) In ice-9/boot-9.scm: 1685:16 1 (raise-exception _ #:continuable? _) 1685:16 0 (raise-exception _ #:continuable? _) ice-9/boot-9.scm:1685:16: In procedure raise-exception: In procedure append: Wrong type argument in position 1 (expecting empty list): #<<location> file: "…" line: 14 column: 12> I should love to dive in & fix this rather than revert, but urgently need sleep. Tobias Geerinckx-Rice 2022-11-15services: configuration: Re-order generated record fields....This is so that the first field of the generated record matches the first one declared, which makes 'define-configuration' record API compatible with define-record-type* ones. * gnu/services/configuration.scm (define-configuration-helper): Move the %location field below the ones declared by the user. * gnu/services/monitoring.scm (zabbix-front-end-config): Adjust match pattern accordingly. Maxim Cournoyer