6 stdenv.mkDerivation rec {
10 src = fetchFromSourcehut {
14 hash = "sha256-8bPsnqjLeeZ7btTre9j1T93VWY9+FdBdJdxyvBVt34s=";
22 ${lib.getExe stdenv.cc} swipeGuess.c -o swipeGuess
28 install -Dm555 swipeGuess -t $out/bin
32 description = "Completion plugin for touchscreen-keyboards on mobile devices";
33 homepage = "https://git.sr.ht/~earboxer/swipeGuess/";
34 license = lib.licenses.agpl3Only;
35 mainProgram = "swipeGuess";
36 maintainers = with lib.maintainers; [ eclairevoyant ];
37 platforms = lib.platforms.all;