1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-22 18:45:53 -04:00
nixpkgs/nixos/modules/services/system
Eelco Dolstra ba70ce28ae no-x-libs.nix: Ensure that dbus doesn't use X11
It appears that packageOverrides no longer overrides aliases, so
aliases like

  dbus_tools = self.dbus.out;
  dbus_daemon = self.dbus.daemon;

now use the old, non-overriden version of dbus. That seems like a
pretty serious regression in general, but for this particular problem,
I've fixed it by replacing dbus_daemon by dbus.daemon and dbus_tools
by dbus.
2016-09-05 13:45:59 +02:00
..
cloud-init.nix
dbus-session-local.conf.in Add missing files 2016-05-02 13:04:41 -05:00
dbus-system-local.conf.in Add missing files 2016-05-02 13:04:41 -05:00
dbus.nix no-x-libs.nix: Ensure that dbus doesn't use X11 2016-09-05 13:45:59 +02:00
kerberos.nix
nscd.conf
nscd.nix
uptimed.nix