1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00
nixpkgs/pkgs/development/libraries/kde-frameworks/kwayland.nix
2016-07-30 09:36:52 -05:00

15 lines
155 B
Nix

{ kdeFramework
, ecm
, wayland
}:
kdeFramework {
name = "kwayland";
nativeBuildInputs = [
ecm
];
propagatedBuildInputs = [
wayland
];
}