mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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 @@ 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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue