guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: lightdm: Fix build.


From: guix-commits
Subject: branch master updated: gnu: lightdm: Fix build.
Date: Wed, 08 Jun 2022 17:57:02 -0400

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 68db023498 gnu: lightdm: Fix build.
68db023498 is described below

commit 68db023498eb919f199db759a5a1c15601eba261
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jun 8 17:43:03 2022 -0400

    gnu: lightdm: Fix build.
    
    This is a follow-up to commit 26876b66001a1dc45ee6d05015fddd7f5a88676e,
    migrate the package from Python 2 to Python 3 (but left some commented 
inputs
    for tests, breaking the build).
    
    * gnu/packages/display-managers.scm (lightdm)[native-inputs]: Un-comment
    python-wrapper and python-pygobject.
---
 gnu/packages/display-managers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/display-managers.scm 
b/gnu/packages/display-managers.scm
index d567f7d3fe..64375b8cfc 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -323,8 +323,8 @@ experience for your users, your family and yourself")
              vala                       ;for Vala bindings
              ;; For tests
              dbus
-             ;; python-wrapper
-             ;; python-pygobject
+             python-wrapper
+             python-pygobject
              which
              yelp-tools))
       ;; Required by liblightdm-gobject-1.pc.



reply via email to

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