Merge pull request #208853 from amjoseph-nixpkgs/pr/eudev/remove-glib

eudev: remove glib from buildInputs
This commit is contained in:
Anderson Torres 2023-01-03 07:23:46 -03:00 committed by GitHub
commit 23c46c816d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@
, stdenv
, fetchFromGitHub
, autoreconfHook
, glib
, gperf
, kmod
, pkg-config
@ -27,7 +26,6 @@ stdenv.mkDerivation rec {
];
buildInputs = [
glib
kmod
util-linux
];