1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00
nixpkgs/pkgs/desktops/plasma-5/kwayland-integration.nix

17 lines
255 B
Nix
Raw Normal View History

2016-04-21 17:01:22 +01:00
{ plasmaPackage
, extra-cmake-modules
2016-07-10 10:33:21 +01:00
, kidletime
, kwayland
, kwindowsystem
2016-04-21 17:01:22 +01:00
}:
plasmaPackage {
2016-07-10 10:33:21 +01:00
name = "kwayland-integration";
2016-04-21 17:01:22 +01:00
nativeBuildInputs = [
extra-cmake-modules
2016-04-21 17:01:22 +01:00
];
propagatedBuildInputs = [
2016-07-10 10:33:21 +01:00
kidletime kwindowsystem kwayland
2016-04-21 17:01:22 +01:00
];
}