mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into dbus-update
This commit is contained in:
commit
7c6fb733e9
19 changed files with 642 additions and 26 deletions
|
@ -46,6 +46,7 @@
|
|||
#:use-module (gnu packages doxygen)
|
||||
#:use-module (gnu packages libffi)
|
||||
#:use-module (gnu packages acl)
|
||||
#:use-module (gnu packages admin)
|
||||
#:use-module (gnu packages polkit))
|
||||
|
||||
(define-public xdg-utils
|
||||
|
@ -175,6 +176,8 @@ the freedesktop.org XDG Base Directory specification.")
|
|||
`(("linux-pam" ,linux-pam)
|
||||
("linux-libre-headers" ,linux-libre-headers)
|
||||
("libcap" ,libcap)
|
||||
("dmd" ,dmd) ;for 'halt' and 'reboot', invoked
|
||||
;when pressing the power button
|
||||
("dbus" ,dbus)
|
||||
("eudev" ,eudev)))
|
||||
(home-page "https://github.com/andywingo/elogind")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue