aboutsummaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-05-20 14:28:24 +0200
committerLudovic Courtès <ludo@gnu.org>2017-05-20 14:39:50 +0200
commit96afb480f8165a315a69b1dd3a031e053044d3b2 (patch)
treefef54dcd56521c91cece448b652b49c921103e03 /gnu/services
parent7dccad95b62871af048dd2d337579424f07595f2 (diff)
downloadguix-96afb480f8165a315a69b1dd3a031e053044d3b2.tar.gz
guix-96afb480f8165a315a69b1dd3a031e053044d3b2.zip
pack: Use 'guile2.0-json' when building with Guile 2.0.
Fixes <http://bugs.gnu.org/27005>. Reported by Pjotr Prins <pjotr.public12@thebird.nl>. Fixes a regression introduced in commit 2252f087d4bd450ab41a71379320467887edfc0f. * guix/scripts/pack.scm (docker-image)[json]: New variable. [build]: Use it.
Diffstat (limited to 'gnu/services')
0 files changed, 0 insertions, 0 deletions
ices/configuration.scm?id=147f8f19f844b8acc602ddcb49b4a1c0b9226c4d'>services: configuration: Add %unset-value exported variable....Attila Lendvai 2022-08-24services: configuration: Add a 'maybe-value-set?' procedure....Maxim Cournoyer 2022-08-01services: configuration: Step back from *unspecified*....Maxim Cournoyer 2022-06-24services: configuration: Remove 'validate-configuration'....Ludovic Courtès 2022-06-24services: configuration: Report the location of field type errors....Ludovic Courtès 2022-06-15services: configuration: Use *unspecified* instead of 'disabled....Attila Lendvai 2022-06-15services: configuration: Support (field1 maybe-number "") format....Attila Lendvai 2021-11-01services: configuration: Fix interpose implementation....Andrew Tropin 2021-10-09home: services: configuration: Support file-like objects....Oleg Pykhalov 2021-08-02services: configuration: Derive the default value from the package variable....Xinglu Chen 2021-08-02services: configuration: Uniformize the generated documentation....Xinglu Chen 2021-06-29services: configuration: Allow specifying prefix for serializer names....Xinglu Chen 2021-05-17services: configuration: Add a define-configuration/no-serialization syntax....Maxim Cournoyer 2021-05-17services: configuration: Add a define-maybe/no-serialization syntax....Maxim Cournoyer 2021-05-08services: configuration: Export 'no-serialization' syntactic keyword....Ludovic Courtès 2021-05-08services: configuration: Fix %location accessor name....Maxim Cournoyer 2021-05-08services: configuration: Allow specifying a custom serializer....Xinglu Chen 2021-05-08services: configuration: Allow disabling serialization....Maxim Cournoyer 2021-05-08services: configuration: Avoid a compilation warning....Maxim Cournoyer 2021-05-07services: configuration: Add a new helper to ease generating documentation....Maxim Cournoyer 2021-05-07services: configuration: Support fields without default values....Xinglu Chen