nixpkgs/pkgs/desktops/plasma-5.5/kwayland.nix

15 lines
179 B
Nix
Raw Normal View History

2015-11-22 15:31:42 +00:00
{ plasmaPackage
, extra-cmake-modules
, wayland
}:
plasmaPackage {
name = "kwayland";
nativeBuildInputs = [
extra-cmake-modules
];
buildInputs = [
wayland
];
}