depot/third_party/nixpkgs/pkgs/kde/frameworks/kwindowsystem/default.nix

14 lines
224 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qttools,
qtdeclarative,
qtwayland,
pkg-config,
}:
mkKdeDerivation {
pname = "kwindowsystem";
extraNativeBuildInputs = [qttools pkg-config];
extraBuildInputs = [qtdeclarative qtwayland];
}