1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-01 01:51:24 +00:00
nixpkgs/pkgs/desktops/plasma-5.4/kdecoration.nix

7 lines
128 B
Nix
Raw Normal View History

2015-09-27 16:03:00 +01:00
{ mkDerivation, extra-cmake-modules }:
mkDerivation {
name = "kdecoration";
nativeBuildInputs = [ extra-cmake-modules ];
}