dbus: remove assert that breaks systemd = null deep override
This is another case of #73102
This commit is contained in:
parent
24bae16e71
commit
1fbb13bc85
@ -17,12 +17,6 @@
|
|||||||
, xmlto
|
, xmlto
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert
|
|
||||||
x11Support ->
|
|
||||||
libX11 != null && libICE != null && libSM != null;
|
|
||||||
|
|
||||||
assert enableSystemd -> systemd != null;
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "dbus";
|
pname = "dbus";
|
||||||
version = "1.12.20";
|
version = "1.12.20";
|
||||||
|
Loading…
Reference in New Issue
Block a user