8 stdenv.mkDerivation rec {
12 src = fetchFromGitLab {
13 group = "interception";
14 owner = "linux/plugins";
17 hash = "sha256-gPFElAixiDTTwcl2XKM7MbTkpRrg8ToO5K7H8kz3DHk=";
20 nativeBuildInputs = [ cmake ];
23 homepage = "https://gitlab.com/interception/linux/plugins/caps2esc";
24 description = "Transforming the most useless key ever into the most useful one";
25 mainProgram = "caps2esc";
26 license = licenses.mit;
27 maintainers = [ maintainers.vyp ];
28 platforms = platforms.linux;