nixpkgs/pkgs/desktops/plasma-5/kdecoration.nix
2017-02-27 11:49:46 -06:00

8 lines
166 B
Nix

{ plasmaPackage, extra-cmake-modules, qtbase }:
plasmaPackage {
name = "kdecoration";
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ qtbase ];
}