aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/tv.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-10-24 19:12:59 +0800
committer宋文武 <iyzsong@gmail.com>2016-10-24 19:19:34 +0800
commitbd1b1e0517b046a6ad6d48633d43c644edea7424 (patch)
tree295406af3946daaf8bf8e0a9972c57bd5a364c8e /gnu/packages/tv.scm
parent02cfea6627e385f6a0e566d810f3593c74bbc029 (diff)
downloadguix-bd1b1e0517b046a6ad6d48633d43c644edea7424.tar.gz
guix-bd1b1e0517b046a6ad6d48633d43c644edea7424.zip
gnu: gnumeric: Use 'glib-or-gtk-build-system'.
Reported by Pjotr Prins <pjotr.public12@thebird.nl>. * gnu/packages/gnome.scm (gnumeric)[build-systems]: Switch to GLIB-OR-GTK-BUILD-SYSTEM.
Diffstat (limited to 'gnu/packages/tv.scm')
0 files changed, 0 insertions, 0 deletions
d>2022-01-31services: guix: Add nar-herder-service-type....* gnu/services/guix.scm (<nar-herder-configuration>): New record type. (nar-herder-configuration, nar-herder-configuration?, nar-herder-configuration-package, nar-herder-configuration-user, nar-herder-configuration-group, nar-herder-configuration-mirror nar-herder-configuration-database nar-herder-configuration-database-dump nar-herder-configuration-host nar-herder-configuration-port nar-herder-configuration-storage nar-herder-configuration-storage-limit nar-herder-configuration-storage-nar-removal-criteria nar-herder-shepherd-services, nar-herder-activation, nar-herder-account): New procedures. (nar-herder-service-type): New variable. * gnu/tests/guix.scm (%test-nar-herder): New variable. * doc/guix.texi (Guix Services): Document the new service. Christopher Baines