1 { lib, stdenv, fetchFromGitLab, cmake }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitLab {
8 group = "interception";
9 owner = "linux/plugins";
12 sha256 = "sha256-gPFElAixiDTTwcl2XKM7MbTkpRrg8ToO5K7H8kz3DHk=";
15 nativeBuildInputs = [ cmake ];
18 homepage = "https://gitlab.com/interception/linux/plugins/caps2esc";
19 description = "Transforming the most useless key ever into the most useful one";
20 license = licenses.mit;
21 maintainers = [ maintainers.vyp ];
22 platforms = platforms.linux;