2016-07-29 18:00:07 -07:00
|
|
|
{
|
2017-05-16 08:56:41 -07:00
|
|
|
mkDerivation, lib,
|
|
|
|
extra-cmake-modules, kdoctools, wrapGAppsHook,
|
2016-12-16 09:25:50 -08:00
|
|
|
djvulibre, ebook_tools, kactivities, karchive, kbookmarks, kcompletion,
|
|
|
|
kconfig, kconfigwidgets, kcoreaddons, kdbusaddons, kdegraphics-mobipocket,
|
|
|
|
kiconthemes, kjs, khtml, kio, kparts, kpty, kwallet, kwindowsystem, libkexiv2,
|
|
|
|
libspectre, poppler, qca-qt5, qtdeclarative, qtsvg, threadweaver
|
2016-04-21 09:00:51 -07:00
|
|
|
}:
|
|
|
|
|
2017-05-16 08:56:41 -07:00
|
|
|
mkDerivation {
|
|
|
|
name = "okular";
|
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
djvulibre ebook_tools kactivities karchive kbookmarks kcompletion kconfig
|
|
|
|
kconfigwidgets kcoreaddons kdbusaddons kdegraphics-mobipocket kiconthemes
|
|
|
|
kjs khtml kio kparts kpty kwallet kwindowsystem libkexiv2 libspectre poppler
|
|
|
|
qca-qt5 qtdeclarative qtsvg threadweaver
|
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
platforms = lib.platforms.linux;
|
|
|
|
homepage = "http://www.kde.org";
|
|
|
|
license = with lib.licenses; [ gpl2 lgpl21 fdl12 bsd3 ];
|
|
|
|
maintainers = [ lib.maintainers.ttuegel ];
|
2016-04-21 09:00:51 -07:00
|
|
|
};
|
|
|
|
}
|