Closed colemickens closed 3 years ago
Hi!
I am trying to package this with nix for nixpkgs: https://github.com/NixOS/nixpkgs/issues/108276
nix
However, the inner input crate fails to build because it can't find evdev. Using pkg-config will solve this issue.
input
Hi, sorry for the late response! Fixed by using the pkg-config crate in inputs build script.
Hi!
I am trying to package this with
nix
for nixpkgs: https://github.com/NixOS/nixpkgs/issues/108276However, the inner
input
crate fails to build because it can't find evdev. Using pkg-config will solve this issue.