mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: lightdm: Fix build.
This is a follow-up to commit 26876b6600
,
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.
This commit is contained in:
parent
8ef651b44c
commit
68db023498
1 changed files with 2 additions and 2 deletions
|
@ -323,8 +323,8 @@ (define-public lightdm
|
|||
vala ;for Vala bindings
|
||||
;; For tests
|
||||
dbus
|
||||
;; python-wrapper
|
||||
;; python-pygobject
|
||||
python-wrapper
|
||||
python-pygobject
|
||||
which
|
||||
yelp-tools))
|
||||
;; Required by liblightdm-gobject-1.pc.
|
||||
|
|
Loading…
Reference in a new issue