From 383c51ca0ff9c2f451a9ecf0baf4081005254f23 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Mon, 30 Nov 2020 02:57:10 +0100 Subject: services: databases: Do not export record type descriptors. * gnu/services/databases.scm (, , , ): Remove exports. --- gnu/services/databases.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gnu/services') diff --git a/gnu/services/databases.scm b/gnu/services/databases.scm index 60b31e0373..50dad298f6 100644 --- a/gnu/services/databases.scm +++ b/gnu/services/databases.scm @@ -38,15 +38,13 @@ #:use-module (guix gexp) #:use-module (srfi srfi-1) #:use-module (ice-9 match) - #:export ( - postgresql-config-file + #:export (postgresql-config-file postgresql-config-file? postgresql-config-file-log-destination postgresql-config-file-hba-file postgresql-config-file-ident-file postgresql-config-file-extra-config - postgresql-configuration postgresql-configuration? postgresql-configuration-postgresql @@ -59,7 +57,6 @@ postgresql-service-type memcached-service-type - memcached-configuration memcached-configuration? memcached-configuration-memecached @@ -68,7 +65,6 @@ memcached-configuration-udp-port memcached-configuration-additional-options - mongodb-configuration mongodb-configuration? mongodb-configuration-mongodb -- cgit v1.2.3