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:08:33 -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 1a922c7  services: Add missing import.
1a922c7 is described below

commit 1a922c7df8cda89a85de0718ffab3a610838c69e
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Wed Aug 19 20:06:35 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 cb68e42..37a85f0 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -34,6 +34,7 @@
   #:use-module (gnu services base)
   #:use-module (gnu services dbus)
   #:use-module (gnu services avahi)
+  #:use-module (gnu services lirc)
   #:use-module (gnu services xorg)
   #:use-module (gnu services networking)
   #:use-module (gnu services sound)



reply via email to

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