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

8 lines
166 B
Nix
Raw Normal View History

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