mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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"))))))
|
(delete-file "configure"))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+
|
(list gtk+
|
||||||
polkit))
|
polkit-duktape))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
intltool
|
intltool
|
||||||
|
|
Loading…
Reference in a new issue