htrefil / rkvm

Virtual KVM switch for Linux machines
MIT License
395 stars 50 forks source link

implement pkg-config support so that rkvm can be packaged for nix/nixpkgs #6

Closed colemickens closed 3 years ago

colemickens commented 3 years ago

Hi!

I am trying to package this with nix for nixpkgs: https://github.com/NixOS/nixpkgs/issues/108276

However, the inner input crate fails to build because it can't find evdev. Using pkg-config will solve this issue.

htrefil commented 3 years ago

Hi, sorry for the late response! Fixed by using the pkg-config crate in inputs build script.