gnu: lxsession: Use polkit-duktape.
* gnu/packages/lxde.scm (lxsession)[inputs]: Replace polkit with polkit-duktape.
This commit is contained in:
parent
50c8db7f60
commit
4ce94cbbc6
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ (define-public lxsession
|
|||
(delete-file "configure"))))))
|
||||
(inputs
|
||||
(list gtk+
|
||||
polkit))
|
||||
polkit-duktape))
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
intltool
|
||||
|
|
Loading…
Reference in a new issue