Merge branch 'staging' into core-updates

This commit is contained in:
Marius Bakke 2022-08-30 20:18:55 +02:00
commit 59c136ef61
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
103 changed files with 4176 additions and 653 deletions

View file

@ -1725,12 +1725,12 @@ over ssh connections.")
(substitute* "Makefile"
((".*/service/realmd-.*") "")))))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
("glib-bin" ,glib "bin")
("intltool" ,intltool)
("pkg-config" ,pkg-config)
("python" ,python)))
(list autoconf
automake
`(,glib "bin")
intltool
pkg-config
python))
(inputs
(list glib mit-krb5 openldap polkit))
(synopsis "DBus service for network authentication")