forked from mirrors/nixpkgs
NM: propagate dbus-glib
svn path=/nixpkgs/trunk/; revision=29247
This commit is contained in:
parent
9f20aa5df6
commit
8c6b8753d5
|
@ -27,9 +27,11 @@ stdenv.mkDerivation rec {
|
|||
"--with-dbus-sys-dir=\${out}/etc/dbus-1/system.d"
|
||||
"--with-crypto=gnutls" "--disable-more-warnings" ];
|
||||
|
||||
buildInputs = [ intltool wirelesstools pkgconfig dbus dbus_glib udev libnl1
|
||||
buildInputs = [ intltool wirelesstools pkgconfig dbus udev libnl1
|
||||
libuuid polkit gnutls ppp libtasn1 libgcrypt ];
|
||||
|
||||
propagatedBuildInputs = [ dbus_glib ];
|
||||
|
||||
patches = [ ./nixos-purity.patch ];
|
||||
|
||||
preInstall =
|
||||
|
|
Loading…
Reference in a new issue