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

7 lines
130 B
Nix
Raw Normal View History

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