8abd44f249
* Remove a lot of code duplication. * Package almost all (except for smoke-based bindings). svn path=/nixpkgs/trunk/; revision=28597
11 lines
200 B
Nix
11 lines
200 B
Nix
{ kde, kdelibs, kdegraphics }:
|
|
|
|
kde {
|
|
buildInputs = [ kdelibs kdegraphics.okular ];
|
|
|
|
meta = {
|
|
description = "A collection of plugins to handle mobipocket files";
|
|
license = "GPLv2";
|
|
};
|
|
}
|