python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / applications / kde / kcalutils.nix
blob7da9739aad1d63717e7982c5a0e0d70eee82f1af
2   mkDerivation, lib, kdepimTeam,
3   extra-cmake-modules, kdoctools,
4   grantlee, kcalendarcore, kconfig, kontactinterface, kcoreaddons,
5   kidentitymanagement, kpimtextedit,
6 }:
8 mkDerivation {
9   pname = "kcalutils";
10   meta = {
11     license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
12     maintainers = kdepimTeam;
13   };
14   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
15   buildInputs = [
16     grantlee kcalendarcore kconfig kontactinterface kcoreaddons
17     kidentitymanagement kpimtextedit
18   ];
19   outputs = [ "out" "dev" ];