summaryrefslogtreecommitdiffstats
path: root/pkgs/wtype/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/wtype/default.nix')
-rw-r--r--pkgs/wtype/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/wtype/default.nix b/pkgs/wtype/default.nix
index dc63a94..2dee4b8 100644
--- a/pkgs/wtype/default.nix
+++ b/pkgs/wtype/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub
, pkgconfig, cmake, extra-cmake-modules
, wayland, wayland-protocols
-
+, libxkbcommon
}:
let
@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig cmake extra-cmake-modules ];
buildInputs = [
wayland wayland-protocols
+ libxkbcommon
];
enableParallelBuilding = true;