aboutsummaryrefslogtreecommitdiff
digraph "Service Type Dependencies" {
  shepherd [shape = box, fontname = "dejavu sans"];
  pam [shape = box, fontname = "dejavu sans"];
  etc [shape = box, fontname = "dejavu sans"];
  profile [shape = box, fontname = "dejavu sans"];
  accounts [shape = box, fontname = "dejavu sans"];
  activation [shape = box, fontname = "dejavu sans"];
  boot [shape = box, fontname = "dejavu sans"];
  system [shape = house, fontname = "dejavu sans"];
  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;
}
it/gnu/packages/ipfs.scm?id=cc0cc9651a398822931e0b34714f64da6e04d0fa'>gnu: go-ipfs: Update to 0.4.23...Jack Hill 2019-12-12gnu: gx: Update to 0.14.2....Tobias Geerinckx-Rice 2019-10-29gnu: gogoprotobuf: Consolidate packages....Leo Famulari 2019-10-29gnu: Go standard library 'x' packages: Consolidate....Leo Famulari