Merge branch 'kde-frameworks-qt55'

This commit is contained in:
Thomas Tuegel
2016-07-28 19:14:37 -05:00
126 changed files with 366 additions and 151 deletions
@@ -0,0 +1,12 @@
{ kdeFramework
, extra-cmake-modules
, qtsvg
}:
kdeFramework {
name = "breeze-icons";
outputs = [ "out" ];
nativeBuildInputs = [ extra-cmake-modules ];
propagatedBuildInputs = [ qtsvg ];
propagatedUserEnvPkgs = [ qtsvg.out ];
}