biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / kde / kongress.nix
blobf5bfa9f919d11218e4196290982eaceb04b6dd31
1 { mkDerivation
2 , lib
3 , extra-cmake-modules
4 , qtquickcontrols2
5 , kcalendarcore
6 , kconfig
7 , kcoreaddons
8 , kdbusaddons
9 , kirigami2
10 , ki18n
11 , knotifications
14 mkDerivation {
15   pname = "kongress";
17   nativeBuildInputs = [ extra-cmake-modules ];
19   buildInputs = [
20     qtquickcontrols2
21     kcalendarcore
22     kconfig
23     kcoreaddons
24     kdbusaddons
25     kirigami2
26     ki18n
27     knotifications
28   ];
30   meta = {
31     description = "Companion application for conferences";
32     homepage = "https://apps.kde.org/kongress/";
33     license = lib.licenses.gpl3;
34     maintainers = [ ];
35   };