parent
e109faa401
commit
af098ff18e
@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ pkgconfig udev glib ];
|
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; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://wiki.gnome.org/Projects/libgudev;
|
homepage = https://wiki.gnome.org/Projects/libgudev;
|
||||||
maintainers = [ maintainers.eelco ];
|
maintainers = [ maintainers.eelco ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user