dbus: remove assert that breaks systemd = null deep override

This is another case of #73102
wip/yesman
Dmitry Kalinkin 3 years ago
parent 24bae16e71
commit 1fbb13bc85
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333
  1. 6
      pkgs/development/libraries/dbus/default.nix

@ -17,12 +17,6 @@
, xmlto
}:
assert
x11Support ->
libX11 != null && libICE != null && libSM != null;
assert enableSystemd -> systemd != null;
stdenv.mkDerivation rec {
pname = "dbus";
version = "1.12.20";

Loading…
Cancel
Save