aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/pkg-config.scm
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2024-12-17 13:49:53 +0530
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-18 00:26:12 +0000
commit826938c657eb6cde11aa31daf215a59a0a267b3c (patch)
treeaf46685755810ae3f16b8adf4543581aea646cba /gnu/packages/pkg-config.scm
parente5a1284289a797b5f8f7ce3e01bfda415c173df3 (diff)
downloadguix-826938c657eb6cde11aa31daf215a59a0a267b3c.tar.gz
guix-826938c657eb6cde11aa31daf215a59a0a267b3c.zip
gnu: python-mido: Fix build.
* gnu/packages/python-xyz.scm (python-mido)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I387bf0b70bbd3e03d7042970794d9da4800418f9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/pkg-config.scm')
0 files changed, 0 insertions, 0 deletions
ing an exception when trying to match against a service that does not exist in the services list, or which was deleted explicitly by a ‘delete’ clause (or an update clause that returns ‘#f’ for the service). Fixes: #64106 * gnu/services.scm (%modify-services): New procedure. (modify-services): Use it. (apply-clauses): Add DELETED-SERVICES argument, change to modify one service at a time. * tests/services.scm ("modify-services: delete then modify") ("modify-services: modify then delete") ("modify-services: delete multiple services of the same type") ("modify-services: modify multiple services of the same type"): New tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Brian Cully 2023-08-20services: Define 'for-home'....* gnu/services.scm (remove-service-extensions): New procedure. (for-home?): New syntax parameter. (for-home): New macro. Ludovic Courtès