···10mkDerivation {
11 pname = "dragon";
12 meta = {
013 license = with lib.licenses; [ gpl2 fdl12 ];
14 description = "A simple media player for KDE";
15 maintainers = [ lib.maintainers.jonathanreeve ];
···10mkDerivation {
11 pname = "dragon";
12 meta = {
13+ homepage = "https://apps.kde.org/dragonplayer/";
14 license = with lib.licenses; [ gpl2 fdl12 ];
15 description = "A simple media player for KDE";
16 maintainers = [ lib.maintainers.jonathanreeve ];
+1
pkgs/applications/kde/elisa.nix
···40 ];
4142 meta = with lib; {
043 description = "A simple media player for KDE";
44 license = licenses.gpl3;
45 maintainers = with maintainers; [ peterhoeg ];
···40 ];
4142 meta = with lib; {
43+ homepage = "https://apps.kde.org/elisa/";
44 description = "A simple media player for KDE";
45 license = licenses.gpl3;
46 maintainers = with maintainers; [ peterhoeg ];
···7mkDerivation {
8 pname = "kcharselect";
9 meta = {
010 license = lib.licenses.gpl2Plus;
11 maintainers = [ lib.maintainers.schmittlauch ];
12 description = "A tool to select special characters from all installed fonts and copy them into the clipboard";
···7mkDerivation {
8 pname = "kcharselect";
9 meta = {
10+ homepage = "https://apps.kde.org/kcharselect/";
11 license = lib.licenses.gpl2Plus;
12 maintainers = [ lib.maintainers.schmittlauch ];
13 description = "A tool to select special characters from all installed fonts and copy them into the clipboard";
+2
pkgs/applications/kde/kcolorchooser.nix
···7mkDerivation {
8 pname = "kcolorchooser";
9 meta = {
0010 license = with lib.licenses; [ mit ];
11 maintainers = [ lib.maintainers.ttuegel ];
12 };
···2930 meta = with lib; {
31 homepage = "http://www.kde.org";
032 license = with licenses; [ gpl2 lgpl21 fdl12 bsd3 ];
33 maintainers = with maintainers; [ ttuegel turion ];
34 platforms = lib.platforms.linux;
···2930 meta = with lib; {
31 homepage = "http://www.kde.org";
32+ description = "KDE document viewer";
33 license = with licenses; [ gpl2 lgpl21 fdl12 bsd3 ];
34 maintainers = with maintainers; [ ttuegel turion ];
35 platforms = lib.platforms.linux;
+1
pkgs/applications/kde/picmi.nix
···6mkDerivation {
7 pname = "picmi";
8 meta = with lib; {
09 description = "Nonogram game";
10 longDescription = ''The goal is to reveal the hidden pattern in the board by coloring or
11 leaving blank the cells in a grid according to numbers given at the side of the grid.
···6mkDerivation {
7 pname = "picmi";
8 meta = with lib; {
9+ homepage = "https://apps.kde.org/picmi/";
10 description = "Nonogram game";
11 longDescription = ''The goal is to reveal the hidden pattern in the board by coloring or
12 leaving blank the cells in a grid according to numbers given at the side of the grid.