nixpkgs/pkgs/desktops/kde-4.8/kdegraphics/kdegraphics-mobipocket.nix
Yury G. Kudryashov 2ac0c88674 Fix errors found by test-eval-release
svn path=/nixpkgs/trunk/; revision=31847
2012-01-26 10:07:00 +00:00

11 lines
183 B
Nix

{ kde, kdelibs, okular }:
kde {
buildInputs = [ kdelibs okular ];
meta = {
description = "A collection of plugins to handle mobipocket files";
license = "GPLv2";
};
}