mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
default-crate-overrides.nix: add libevdev for evdev-rs
This commit is contained in:
parent
38dd05d2ec
commit
58e5bd56d6
@ -27,6 +27,7 @@
|
||||
, freetype
|
||||
, rdkafka
|
||||
, udev
|
||||
, libevdev
|
||||
, ...
|
||||
}:
|
||||
|
||||
@ -65,6 +66,12 @@ in
|
||||
buildInputs = [ dbus ];
|
||||
};
|
||||
|
||||
evdev-sys = attrs: {
|
||||
LIBGIT2_SYS_USE_PKG_CONFIG = true;
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ libevdev ];
|
||||
};
|
||||
|
||||
expat-sys = attrs: {
|
||||
nativeBuildInputs = [ cmake ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user