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

8 lines
164 B
Nix
Raw Normal View History

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