1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/desktops/plasma-5/kdecoration.nix

9 lines
193 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 ];
2017-05-26 21:44:36 +01:00
outputs = [ "out" "dev" ];
2016-04-21 17:01:22 +01:00
}