Skip to content

Commit 29dc25e

Browse files
committed
klipperscreen: add matchbox-keyboard dependency
1 parent 964b16b commit 29dc25e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pkgs/by-name/kl/klipperscreen/package.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
wrapGAppsHook3,
66
gobject-introspection,
77
gitUpdater,
8+
matchbox-keyboard,
89
}:
910
python3.pkgs.buildPythonApplication rec {
1011
pname = "KlipperScreen";
@@ -23,6 +24,10 @@ python3.pkgs.buildPythonApplication rec {
2324
wrapGAppsHook3
2425
];
2526

27+
buildInputs = [
28+
matchbox-keyboard
29+
];
30+
2631
pythonPath = with python3.pkgs; [
2732
jinja2
2833
netifaces

0 commit comments

Comments
 (0)