1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-18 08:59:42 +00:00
nixpkgs/pkgs/desktops/plasma-5/kdecoration.nix
2017-06-18 08:42:20 -05:00

8 lines
164 B
Nix

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