guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch wip-desktop updated: services: Add missing import.


From: guix-commits
Subject: branch wip-desktop updated: services: Add missing import.
Date: Wed, 19 Aug 2020 14:04:27 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch wip-desktop
in repository guix.

The following commit(s) were added to refs/heads/wip-desktop by this push:
     new a2b7919  services: Add missing import.
a2b7919 is described below

commit a2b79193858313d767b7160a15d4d1e96f84f5ec
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Wed Aug 19 20:03:41 2020 +0200

    services: Add missing import.
    
    Follow-up to 0b7b58142596e6d035c7e4fbbe993d04be62a41e.
    
    * gnu/services/desktop.scm: Add missing import.
---
 gnu/services/desktop.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index cec527f..cb68e42 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -30,6 +30,7 @@
 (define-module (gnu services desktop)
   #:use-module (gnu services)
   #:use-module (gnu services shepherd)
+  #:use-module (gnu services authentication)
   #:use-module (gnu services base)
   #:use-module (gnu services dbus)
   #:use-module (gnu services avahi)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]