aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/xygrib-fix-finding-data.patch
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2023-11-23 10:23:58 +0100
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2023-11-30 09:08:05 +0100
commitc34c3b1c2b1006ebeede016cca578d5f571fc7a8 (patch)
tree7139bca3a7060e334e2100dae97b6bf8b4e334ec /gnu/packages/patches/xygrib-fix-finding-data.patch
parent9408fa3754a6a445fb54cddb03368b6685a24d5a (diff)
downloadguix-c34c3b1c2b1006ebeede016cca578d5f571fc7a8.tar.gz
guix-c34c3b1c2b1006ebeede016cca578d5f571fc7a8.zip
gnu: Add plasp.
* gnu/packages/patches/plasp-fix-normalization.patch: New file. * gnu/packages/patches/plasp-include-iostream.patch: New file. * gnu/local.mk (dist_patch_DATA): Register them here. * gnu/packages/potassoc.scm (plasp): New variable. Change-Id: I0d8d64153b180a7d1d8d81888f843458efdf5e51
Diffstat (limited to 'gnu/packages/patches/xygrib-fix-finding-data.patch')
0 files changed, 0 insertions, 0 deletions
cm ("shepherd-service-upgrade: transient service"): New test. Ludovic Courtès 2022-04-10services: herd: Adjust to <live-service> changes....This is a followup to a2c759c8304c461d096ab763568e7f71546ff4e8. * guix/scripts/system/reconfigure.scm (running-services): Fill in the 'transient?' field of <live-service>. * tests/services.scm ("shepherd-service-upgrade: one unchanged, one upgraded, one new") ("shepherd-service-upgrade: service depended on is not unloaded") ("shepherd-service-upgrade: obsolete services that depend on each other"): Adjust calls to 'live-service'. Ludovic Courtès