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