pytrainer: unpin python 3.10
[NixPkgs.git] / pkgs / kde / frameworks / kwindowsystem / default.nix
blob5ae167b1cc9ad6538525885ab0f57bd07e31b76e
2   mkKdeDerivation,
3   qttools,
4   qtdeclarative,
5   qtwayland,
6   pkg-config,
7 }:
8 mkKdeDerivation {
9   pname = "kwindowsystem";
11   extraNativeBuildInputs = [
12     qttools
13     pkg-config
14   ];
15   extraBuildInputs = [
16     qtdeclarative
17     qtwayland
18   ];