2017-05-15 17:05:35 +00:00
|
|
|
{
|
|
|
|
mkDerivation, lib, copyPathsToStore,
|
|
|
|
extra-cmake-modules,
|
|
|
|
karchive, kconfigwidgets, ki18n, breeze-icons, kitemviews, qtsvg
|
2016-04-21 15:32:21 +00:00
|
|
|
}:
|
|
|
|
|
2017-05-15 17:05:35 +00:00
|
|
|
mkDerivation {
|
2016-04-21 15:32:21 +00:00
|
|
|
name = "kiconthemes";
|
2016-04-28 15:53:57 +00:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
2016-04-21 15:32:21 +00:00
|
|
|
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
2017-02-26 12:49:15 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2016-07-10 09:36:14 +00:00
|
|
|
propagatedBuildInputs = [ breeze-icons kconfigwidgets karchive ki18n kitemviews qtsvg ];
|
2016-04-21 15:32:21 +00:00
|
|
|
}
|