1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00
nixpkgs/pkgs/desktops/kde-4.10/kdegraphics/kdegraphics-mobipocket.nix

11 lines
183 B
Nix

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