From 308354570445315c2a56168821528b2cacca45bb Mon Sep 17 00:00:00 2001 From: freezeboy Date: Sun, 26 Jul 2020 01:12:33 +0200 Subject: [PATCH] katomic: init at 20.04.3 --- pkgs/applications/kde/default.nix | 1 + pkgs/applications/kde/katomic.nix | 22 ++++++++++++++++++++++ pkgs/top-level/all-packages.nix | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 pkgs/applications/kde/katomic.nix diff --git a/pkgs/applications/kde/default.nix b/pkgs/applications/kde/default.nix index bfd6bcb478a..567f5f8f37b 100644 --- a/pkgs/applications/kde/default.nix +++ b/pkgs/applications/kde/default.nix @@ -94,6 +94,7 @@ let kalarmcal = callPackage ./kalarmcal.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; + katomic = callPackage ./katomic.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; diff --git a/pkgs/applications/kde/katomic.nix b/pkgs/applications/kde/katomic.nix new file mode 100644 index 00000000000..a1d0f12b6a1 --- /dev/null +++ b/pkgs/applications/kde/katomic.nix @@ -0,0 +1,22 @@ +{ mkDerivation, lib, extra-cmake-modules, kdoctools, ki18n, kio, libkdegames, knewstuff }: + +mkDerivation { + name = "katomic"; + meta = with lib; { + homepage = "https://kde.org/applications/en/games/org.kde.katomic"; + description = "KAtomic is a fun educational game built around molecular geometry"; + maintainers = with maintainers; [ freezeboy ]; + license = licenses.gpl2Plus; + platforms = platforms.linux; + }; + nativeBuildInputs = [ + extra-cmake-modules + ]; + buildInputs = [ + knewstuff + libkdegames + kdoctools + ki18n + kio + ]; +} diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 4437ad6fa1e..f17677957e4 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -21052,7 +21052,7 @@ in inherit (kdeApplications) akonadi akregator ark bomber bovo dolphin dragon elisa ffmpegthumbs filelight granatier gwenview k3b - kaddressbook kapptemplate kate kbounce kcachegrind kcalc kcharselect kcolorchooser kdenlive kdf kdialog + kaddressbook kapptemplate kate katomic kbounce kcachegrind kcalc kcharselect kcolorchooser kdenlive kdf kdialog keditbookmarks kfind kfloppy kget kgpg khelpcenter kig kigo kleopatra kmag kmail kmix kmplot kolourpaint kompare konsole yakuake kpkpass kitinerary kontact korganizer krdc krfb ksquares ksystemlog ktouch kwalletmanager kwave marble minuet okular picmi spectacle;