aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-10-31 16:49:53 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-10-31 21:57:58 +0100
commitdfd3934b6bb87e0aa26a2753296e846ac21c256d (patch)
tree81831f8695f9fd67192c762a15accd1c863a155c /bootstrap
parente82b700228debd37a1cb1aff2d23d56f8d2e5768 (diff)
downloadguix-dfd3934b6bb87e0aa26a2753296e846ac21c256d.tar.gz
guix-dfd3934b6bb87e0aa26a2753296e846ac21c256d.zip
gnu: r-rsqlite: Update to 2.3.2.
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.3.2. Change-Id: I97532cd5834e0aad84d7072f7f93bae612ad93bf
Diffstat (limited to 'bootstrap')
0 files changed, 0 insertions, 0 deletions
pan>services: configuration: Step back from *unspecified*....Fixes <https://issues.guix.gnu.org/56799>. This partially reverts 8cb1a49a3998c39f315a4199b7d4a121a6d66449. Rationale: *unspecified* cannot be serialized thus used as a G-Expression input, which is problematic/inconvenient when using deeply nested records. As an example, jami-service-type was broken when using partially defined <jami-account> records. * gnu/services/configuration.scm (define-maybe-helper): Check against the 'unset symbol. (normalize-field-type+def): Adjust value to 'unset. (define-configuration-helper): Use 'unset as the default value thunk. * gnu/services/file-sharing.scm (serialize-maybe-string): Check against the 'unset symbol. (serialize-maybe-file-object): Likewise. * gnu/services/messaging.scm (define-all-configurations): Use 'unset as value. (raw-content?): Check against 'unset symbol. (prosody-configuration)[http-max-content-size]: Default to 'unset. [http-external-url]: Likewise. [mod-muc]: Likewise. [raw-content]: Likewise. * gnu/services/networking.scm (opendht-configuration): Adjust documentation. * gnu/services/telephony.scm (jami-shepherd-services): Replace *undefined* with the 'unset symbol. * tests/services/configuration.scm ("maybe type, no default"): Check against the 'unset symbol. * doc/guix.texi: Regenerate the opendht-configuration, openvpn-client-configuration and openvpn-server-configuration documentation. Maxim Cournoyer