dbus: remove assert that breaks systemd = null deep override

This is another case of #73102
master
Dmitry Kalinkin 2021-01-28 15:43:37 -05:00
parent 24bae16e71
commit 1fbb13bc85
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333
1 changed files with 0 additions and 6 deletions

View File

@ -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";