udisks2: Add libgudev dependency

http://hydra.nixos.org/build/25640910
This commit is contained in:
Eelco Dolstra 2015-09-08 14:51:14 +02:00
parent 3bada19e24
commit 5dde1a9752

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, intltool
, expat, acl, systemd, glib, libatasmart, polkit
, libxslt, docbook_xsl, utillinux, mdadm
, libxslt, docbook_xsl, utillinux, mdadm, libgudev
}:
stdenv.mkDerivation rec {
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ expat acl systemd glib libatasmart polkit ]; # in closure anyway
buildInputs = [ libxslt docbook_xsl ];
buildInputs = [ libxslt docbook_xsl libgudev ];
configureFlags = [
"--localstatedir=/var"