Loading pkgs/tools/inputmethods/interception-tools/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitLab, fetchpatch, pkg-config, cmake, yaml-cpp, Loading @@ -20,6 +21,14 @@ stdenv.mkDerivation rec { hash = "sha256-jhdgfCWbkF+jD/iXsJ+fYKOtPymxcC46Q4w0aqpvcek="; }; patches = [ (fetchpatch { name = "Bump-CMake-minimum-version-to-3.10"; url = "https://gitlab.com/interception/linux/tools/-/commit/110c9b39b54eae9acd16fa6d64539ce9886b5684.patch"; hash = "sha256-vLm7LvXh/pGA12gUpt9vt2XTWFqkdjQFOyRzaDRghHI="; }) ]; nativeBuildInputs = [ cmake pkg-config Loading Loading
pkgs/tools/inputmethods/interception-tools/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitLab, fetchpatch, pkg-config, cmake, yaml-cpp, Loading @@ -20,6 +21,14 @@ stdenv.mkDerivation rec { hash = "sha256-jhdgfCWbkF+jD/iXsJ+fYKOtPymxcC46Q4w0aqpvcek="; }; patches = [ (fetchpatch { name = "Bump-CMake-minimum-version-to-3.10"; url = "https://gitlab.com/interception/linux/tools/-/commit/110c9b39b54eae9acd16fa6d64539ce9886b5684.patch"; hash = "sha256-vLm7LvXh/pGA12gUpt9vt2XTWFqkdjQFOyRzaDRghHI="; }) ]; nativeBuildInputs = [ cmake pkg-config Loading