aboutsummaryrefslogtreecommitdiff
path: root/nix/COPYING
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-05-03 11:20:42 +0100
committerChristopher Baines <mail@cbaines.net>2020-05-03 11:20:42 +0100
commita414d6ac24653e59ddb9ae4352ec1a252c6af55b (patch)
tree578b326674326bdfd603c66ab50bec6779feb1b0 /nix/COPYING
parentd5aee5003422c1cc4f3adfe016a24cc1b9c35881 (diff)
downloadguix-a414d6ac24653e59ddb9ae4352ec1a252c6af55b.tar.gz
guix-a414d6ac24653e59ddb9ae4352ec1a252c6af55b.zip
gnu: qemu-minimal: Don't include libcacard as an input.
This probably isn't useful for QEMU without GUI support. * gnu/package/virtualization.scm (qemu-minimal)[inputs]: Don't include libcacard.
Diffstat (limited to 'nix/COPYING')
0 files changed, 0 insertions, 0 deletions
u/services/databases.scm (mysql-service): Define in terms of DEFINE-DEPRECATED. * gnu/tests/databases.scm (%mysql-os): Adjust accordingly. * doc/guix.texi (Database Services): Adjust the MariaDB/MySQL section to document MYSQL-SERVICE-TYPE instead of MYSQL-SERVICE. While at it, document the EXTRA-CONTENT field. Marius Bakke 2020-10-20services: databases: Don't specify a default postgresql version....Currently, if the postgresql package major version changes, this is going to break the service upon upgrade, because PostgreSQL will reject the data files from the differing major version of the service. Because it's important to either keep running a particular major version, or intentionally upgrade, I think the configuration would be better with no default. I think this is also going to be helpful when trying to assist users upgrading PostgreSQL. * gnu/services/databases.scm (<postgresql-configuration>): Remove default for postgresql. (postgresql-service-type): Remove the default value. * gnu/tests/databases.scm (%postgresql-os): Update accordingly. * gnu/tests/guix.scm (%guix-data-service-os): Update accordingly. * gnu/tests/monitoring.scm (%zabbix-os): Update accordingly. * gnu/tests/web.scm (patchwork-os): Update accordingly. * doc/guix.texi (PostgreSQL): Update accordingly. Christopher Baines