summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.11/kdegraphics/okular.nix
blob: 17b8a33ed43ca136e67529cb4ce5f4739a508a4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ chmlib, djvulibre, ebook_tools, kde, kdelibs, libspectre, popplerQt4, qca2
, qimageblitz, libtiff, kactivities, pkgconfig }:

kde {

# TODO: package activeapp

  buildInputs =
    [ kdelibs chmlib djvulibre ebook_tools libspectre popplerQt4 qca2 qimageblitz libtiff kactivities ];

  nativeBuildInputs = [ pkgconfig ];

  meta = {
    description = "Okular, the KDE document viewer";
    license = "GPLv2";
  };
}