3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/desktops/kde-5/plasma/kdecoration.nix

7 lines
130 B
Nix
Raw Normal View History

2016-04-21 17:01:22 +01:00
{ plasmaPackage, extra-cmake-modules }:
plasmaPackage {
name = "kdecoration";
nativeBuildInputs = [ extra-cmake-modules ];
}