1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/pkgs/desktops/plasma-5.5/kwayland.nix
2015-11-23 06:39:08 -06:00

15 lines
179 B
Nix

{ plasmaPackage
, extra-cmake-modules
, wayland
}:
plasmaPackage {
name = "kwayland";
nativeBuildInputs = [
extra-cmake-modules
];
buildInputs = [
wayland
];
}