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

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