1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-28 00:22:13 +00:00
nixpkgs/pkgs/desktops/plasma-5.4/kdecoration.nix
2015-09-27 15:08:11 -05:00

7 lines
128 B
Nix

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