Merge branch 'plasma-5.5'

This commit is contained in:
Thomas Tuegel
2015-12-11 07:21:50 -06:00
11 changed files with 155 additions and 48 deletions

View File

@@ -0,0 +1,8 @@
{ kdeFramework
, extra-cmake-modules
}:
kdeFramework {
name = "breeze-icons";
nativeBuildInputs = [ extra-cmake-modules ];
}

View File

@@ -40,6 +40,7 @@ let
attica = callPackage ./attica.nix {};
baloo = callPackage ./baloo.nix {};
bluez-qt = callPackage ./bluez-qt.nix {};
breeze-icons = callPackage ./breeze-icons.nix {};
extra-cmake-modules = callPackage ./extra-cmake-modules {};
frameworkintegration = callPackage ./frameworkintegration.nix {};
kactivities = callPackage ./kactivities.nix {};