digraph "Service Type Dependencies" { shepherd [shape = box, fontname = Helvetica]; pam [shape = box, fontname = Helvetica]; etc [shape = box, fontname = Helvetica]; profile [shape = box, fontname = Helvetica]; accounts [shape = box, fontname = Helvetica]; activation [shape = box, fontname = Helvetica]; boot [shape = box, fontname = Helvetica]; system [shape = house, fontname = Helvetica]; lshd -> shepherd; lshd -> pam; udev -> shepherd; nscd -> shepherd [label = "extends"]; "nss-mdns" -> nscd; "kvm-rules" -> udev; colord -> udev; dbus -> shepherd; colord -> dbus; upower -> udev; upower -> dbus; polkit -> dbus; polkit -> pam; elogind -> dbus; elogind -> udev; elogind -> polkit [label = "extends"]; shepherd -> boot; colord -> accounts; accounts -> activation; accounts -> etc; etc -> activation; activation -> boot; pam -> etc; elogind -> pam; guix -> shepherd; guix -> activation; guix -> accounts; boot -> system; etc -> system; profile -> system; } table class='tabs'> aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/iso-codes.scm
AgeCommit message (Expand)Author
2023-01-08gnu: python-iso3166: Update to 2.1.1....Liliana Marie Prikler
2022-07-16gnu: iso-codes: Remove input labels....Marius Bakke
2022-05-29gnu: Add iso-codes variant for use within Guix....Tobias Geerinckx-Rice
2022-05-31gnu: Remove python2-iso639....Maxim Cournoyer
2022-05-31gnu: Remove python2-iso3166....Maxim Cournoyer
2021-09-20gnu: iso-codes: Move inputs to native-inputs when cross-compiling....Maxime Devos
2020-11-09gnu: iso-codes: Update to 4.5.0....Marius Bakke