3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
guix/gnu/services
Ludovic Courtès 6a7c4636d4
Adjust module autoloads.
In Guile < 2.9.7, autoloading a module would give you access to all its
bindings.  In future versions, autoloading a module gives access only to
the listed bindings, as per #:select (see <https://bugs.gnu.org/38895>).

This commit adjusts autoloads to the new semantics, allowing Guix to be
built with Guile 2.9.7/2.9.8.

* guix/build/download.scm <top level>: Remove call to 'module-autoload!'.
(load-gnutls): New procedure.
(tls-wrap): Call it.
* guix/git.scm <top level>: Remove call to 'module-autoload!'.
(load-git-submodules): New procedure.
(update-submodules): Call it instead of 'resolve-interface'.
* gnu/bootloader/grub.scm: Replace #:autoload with #:use-module.
* gnu/packages.scm: Likewise.
* gnu/packages/ssh.scm: Likewise.
* gnu/packages/tex.scm: Likewise.
* gnu/services/cuirass.scm: Likewise.
* gnu/services/mcron.scm: Likewise.
* guix/lint.scm: Augment list of bindings in #:autoload.
* guix/scripts/build.scm: Likewise.
* guix/scripts/gc.scm: Likewise.
* guix/scripts/pack.scm: Likewise.
* guix/scripts/publish.scm: Likewise.
* guix/scripts/pull.scm: Likewise.
* guix/utils.scm: Remove unnecessary #:autoload clauses; replace one
of them with #:use-module.
2020-01-06 16:31:54 +01:00
..
admin.scm services: Remove unneeded imports that led to cycles. 2019-06-15 18:15:23 +02:00
audio.scm services: mpd: Connect to the user's PulseAudio socket. 2019-11-08 21:32:45 +01:00
auditd.scm services: Add auditd. 2019-06-06 22:23:35 +02:00
authentication.scm services: fprintd: Provide polkit policy. 2019-04-24 22:21:35 +02:00
avahi.scm services: avahi: Deprecate the 'avahi-service' procedure. 2019-01-16 14:07:37 +01:00
base.scm services: host-name: Make service one-shot. 2020-01-05 20:28:29 +02:00
certbot.scm services: certbot: Add --manual-public-ip-logging-ok for manual challenges 2019-09-16 10:22:35 +02:00
cgit.scm services: cgit: Fix typo. 2019-05-25 15:58:03 +05:30
configuration.scm services: configuration: Add '%location'. 2019-03-10 21:32:38 +03:00
cuirass.scm Adjust module autoloads. 2020-01-06 16:31:54 +01:00
cups.scm services: cups: Rename ‘retry-this-job’ to ‘retry-current-job’. 2019-08-31 03:24:41 +02:00
databases.scm gnu: postgres service: More secure default permissions. 2019-07-02 18:33:51 +02:00
dbus.scm services: dbus: Simplify 'dbus-uuidgen' invocation. 2019-11-13 23:26:36 +01:00
desktop.scm services: Add GNOME Keyring service. 2019-12-04 18:16:08 +01:00
dict.scm services: dicod: Depend on 'user-processes'. 2018-03-07 11:22:41 +01:00
dns.scm services: Add knot-resolver-service-type. 2019-11-11 20:30:53 +08:00
docker.scm services: Add Singularity. 2019-06-07 09:57:19 +02:00
games.scm services: wesnothd: Run as wesnothd user and group. 2018-11-20 22:40:44 +05:30
getmail.scm Fix documentation of delete_after in the getmail service. 2019-10-18 07:53:55 +00:00
guix.scm services: Add the Guix Data Service. 2019-09-25 08:35:33 +01:00
herd.scm herd: Define 'shepherd-message-port'. 2019-10-18 23:22:25 +02:00
kerberos.scm services: Move configuration functions that shouldn't be factorized. 2017-03-12 19:09:32 +01:00
lirc.scm services: Export *-service-type and *-configuration. 2016-07-21 18:53:27 +02:00
mail.scm services: dovecot: Fix predicate names for free-form fields 2019-09-21 16:48:36 +02:00
mcron.scm Adjust module autoloads. 2020-01-06 16:31:54 +01:00
messaging.scm Remove traces of "GuixSD". 2019-03-13 23:12:43 +01:00
monitoring.scm gnu: zabbix-agentd: Update to 4.4.1. 2019-11-03 14:46:51 +03:00
networking.scm services: dhcp-client: Ignore interfaces that cannot be activated. 2019-12-29 18:24:55 +01:00
nfs.scm gnu: Consistently Write ‘file system(s)’. 2018-01-19 17:28:31 +01:00
nix.scm services: Import (srfi srfi-26) from the build side. 2019-06-12 17:26:28 +02:00
pam-mount.scm services: Add pam-mount. 2019-11-28 13:30:53 +01:00
pm.scm services: tlp, thermald: Add descriptions. 2019-08-26 13:40:45 +02:00
rsync.scm services: Use 'file-append' for user account shells. 2019-03-04 15:22:58 +01:00
sddm.scm services: sddm: Add description. 2019-10-21 18:16:16 +02:00
security-token.scm gnu: services: Fix pcscd activation bug. 2018-08-20 21:43:56 -07:00
shepherd.scm services: shepherd: Compile service files. 2019-10-06 14:45:35 +02:00
sound.scm services: alsa-service-type: Fix the loading of 'pulse' plugin. 2018-06-25 23:29:46 +08:00
spice.scm services: Fix 'mkdir-p' in activation scripts. 2017-01-25 14:05:37 +01:00
ssh.scm services: SSH services: Provide 'ssh' and 'sshd' Shepherd services. 2019-12-04 08:31:39 -05:00
sysctl.scm services: sysctl: Make service one-shot. 2019-11-20 21:23:19 +02:00
telephony.scm services: Add murmur. 2017-11-05 15:21:53 +01:00
version-control.scm gnu: git-daemon-service-type: Fix typo "repositories". 2019-05-22 18:30:10 -07:00
virtualization.scm services: libvirtd: Provide ip binary at runtime. 2019-11-05 15:13:15 +01:00
vpn.scm services: vpn: Fix default tls-auth configuration. 2017-10-10 22:06:08 +02:00
web.scm services: Add Mumi service. 2019-12-21 23:55:25 +01:00
xorg.scm services: gdm: Add 'debug?' configuration field. 2019-10-26 17:04:36 -04:00