18 munit = fetchFromGitHub {
21 rev = "fbbdf1467eb0d04a6ee465def2e529e4c87f2118";
22 hash = "sha256-qm30C++rpLtxBhOABBzo+6WILSpKz2ibvUvoe8ku4ow=";
25 stdenv.mkDerivation rec {
29 src = fetchFromGitLab {
30 domain = "gitlab.freedesktop.org";
34 hash = "sha256-ebZZ2dGXrPBUDPsuu5GZY5kDv9qndnxepQUGFDe9PUg=";
51 (with python3Packages; [
60 ln -s "${munit}" ./subprojects/munit
61 patchShebangs ./proto/ei-scanner
65 description = "Library for Emulated Input";
66 homepage = "https://gitlab.freedesktop.org/libinput/libei";
67 license = licenses.mit;
68 maintainers = [ maintainers.pedrohlc ];
69 platforms = platforms.linux;