mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
Merge pull request #208853 from amjoseph-nixpkgs/pr/eudev/remove-glib
eudev: remove glib from buildInputs
This commit is contained in:
commit
23c46c816d
@ -2,7 +2,6 @@
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, autoreconfHook
|
||||
, glib
|
||||
, gperf
|
||||
, kmod
|
||||
, pkg-config
|
||||
@ -27,7 +26,6 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
glib
|
||||
kmod
|
||||
util-linux
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user