1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/pkgs/desktops/kde-5/plasma/kdecoration.nix

7 lines
98 B
Nix
Raw Normal View History

2016-07-30 15:36:52 +01:00
{ plasmaPackage, ecm }:
2016-04-21 17:01:22 +01:00
plasmaPackage {
name = "kdecoration";
2016-07-30 15:36:52 +01:00
nativeBuildInputs = [ ecm ];
2016-04-21 17:01:22 +01:00
}