dbus: remove unused imports

This commit is contained in:
Alexander Ried 2016-05-31 15:29:53 +02:00
parent 03e70ebcc6
commit 8604117b48

View File

@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, pkgconfig, expat, systemd, glib, dbus_glib, python
{ stdenv, lib, fetchurl, pkgconfig, expat, systemd
, libX11 ? null, libICE ? null, libSM ? null, x11Support ? (stdenv.isLinux || stdenv.isDarwin) }:
assert x11Support -> libX11 != null