Commit 5ace5a33 authored by Adam Joseph's avatar Adam Joseph
Browse files

eudev: remove glib from buildInputs

eudev does not depend on glib.  I grepped the source code for glib
and found no references to it.
parent 4df597f4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
, stdenv
, fetchFromGitHub
, autoreconfHook
, glib
, gperf
, kmod
, pkg-config
@@ -27,7 +26,6 @@ stdenv.mkDerivation rec {
  ];

  buildInputs = [
    glib
    kmod
    util-linux
  ];