libgudev: fix build after update #23965

I somehow missed this error.
This commit is contained in:
Vladimír Čunát
2017-04-01 13:24:10 +02:00
parent e109faa401
commit af098ff18e

View File

@@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig udev glib ];
# There's a dependency cycle with umockdev and the tests fail to LD_PRELOAD anyway.
configureFlags = [ "--disable-umockdev" ];
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Projects/libgudev;
maintainers = [ maintainers.eelco ];