summary refs log tree commit diff
path: root/pkgs/applications/kde/kdegraphics-mobipocket.nix
blob: e50c92f888488b9f16fb1a8bfd6cc2e0de539dff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  kdeApp, lib,
  extra-cmake-modules,
  kio
}:

kdeApp {
  name = "kdegraphics-mobipocket";
  meta = {
    license = [ lib.licenses.gpl2Plus ];
    maintainers = [ lib.maintainers.ttuegel ];
  };
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ kio ];
}