klettres: init at 20.04.3
This commit is contained in:
parent
ef279759b6
commit
547625170c
@ -130,6 +130,7 @@ let
|
|||||||
kio-extras = callPackage ./kio-extras.nix {};
|
kio-extras = callPackage ./kio-extras.nix {};
|
||||||
kldap = callPackage ./kldap.nix {};
|
kldap = callPackage ./kldap.nix {};
|
||||||
kleopatra = callPackage ./kleopatra.nix {};
|
kleopatra = callPackage ./kleopatra.nix {};
|
||||||
|
klettres = callPackage ./klettres.nix {};
|
||||||
kmag = callPackage ./kmag.nix {};
|
kmag = callPackage ./kmag.nix {};
|
||||||
kmahjongg = callPackage ./kmahjongg.nix {};
|
kmahjongg = callPackage ./kmahjongg.nix {};
|
||||||
kmail = callPackage ./kmail.nix {};
|
kmail = callPackage ./kmail.nix {};
|
||||||
|
22
pkgs/applications/kde/klettres.nix
Normal file
22
pkgs/applications/kde/klettres.nix
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{ mkDerivation, lib, extra-cmake-modules, kdoctools, ki18n, kio, phonon, knewstuff }:
|
||||||
|
|
||||||
|
mkDerivation {
|
||||||
|
name = "klettres";
|
||||||
|
meta = with lib; {
|
||||||
|
homepage = "https://kde.org/applications/en/utilities/org.kde.klettres";
|
||||||
|
description = "KLettres is an application specially designed to help the user to learn an alphabet";
|
||||||
|
maintainers = with maintainers; [ freezeboy ];
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
|
nativeBuildInputs = [
|
||||||
|
extra-cmake-modules
|
||||||
|
];
|
||||||
|
buildInputs = [
|
||||||
|
phonon
|
||||||
|
knewstuff
|
||||||
|
kdoctools
|
||||||
|
ki18n
|
||||||
|
kio
|
||||||
|
];
|
||||||
|
}
|
@ -21053,7 +21053,7 @@ in
|
|||||||
inherit (kdeApplications)
|
inherit (kdeApplications)
|
||||||
akonadi akregator ark bomber bovo dolphin dragon elisa ffmpegthumbs filelight granatier gwenview k3b
|
akonadi akregator ark bomber bovo dolphin dragon elisa ffmpegthumbs filelight granatier gwenview k3b
|
||||||
kaddressbook kalzium kapptemplate kate katomic kbounce kcachegrind kcalc kcharselect kcolorchooser kdenlive kdf kdialog
|
kaddressbook kalzium kapptemplate kate katomic kbounce kcachegrind kcalc kcharselect kcolorchooser kdenlive kdf kdialog
|
||||||
keditbookmarks kfind kfloppy kget kgpg khelpcenter kig kigo kleopatra kmag kmail kmines kmix kmplot kolourpaint kompare konsole yakuake
|
keditbookmarks kfind kfloppy kget kgpg khelpcenter kig kigo kleopatra klettres kmag kmail kmines kmix kmplot kolourpaint kompare konsole yakuake
|
||||||
kpkpass kitinerary kontact korganizer krdc krfb ksquares ksystemlog ktouch kwalletmanager kwave marble minuet okular picmi spectacle;
|
kpkpass kitinerary kontact korganizer krdc krfb ksquares ksystemlog ktouch kwalletmanager kwave marble minuet okular picmi spectacle;
|
||||||
|
|
||||||
okteta = libsForQt5.callPackage ../applications/editors/okteta { };
|
okteta = libsForQt5.callPackage ../applications/editors/okteta { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user