1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/applications/kde/kdegraphics-mobipocket.nix
2017-02-27 11:49:46 -06:00

16 lines
272 B
Nix

{
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 ];
}