1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-20 04:48:10 +00:00
nixpkgs/pkgs/development/libraries/kde-frameworks/kwayland.nix

15 lines
155 B
Nix
Raw Normal View History

2016-07-10 10:36:14 +01:00
{ kdeFramework
2016-07-30 15:36:52 +01:00
, ecm
2016-07-10 10:36:14 +01:00
, wayland
}:
kdeFramework {
name = "kwayland";
nativeBuildInputs = [
2016-07-30 15:36:52 +01:00
ecm
2016-07-10 10:36:14 +01:00
];
propagatedBuildInputs = [
wayland
];
}