Merge pull request #92878 from freezeboy/add-picmi

picmi: init at 19.12.3

Changed files
+27 -1
pkgs
applications
top-level
+1
pkgs/applications/kde/default.nix
···
messagelib = callPackage ./messagelib.nix {};
minuet = callPackage ./minuet.nix {};
okular = callPackage ./okular.nix {};
+
picmi = callPackage ./picmi.nix {};
pimcommon = callPackage ./pimcommon.nix {};
pim-data-exporter = callPackage ./pim-data-exporter.nix {};
pim-sieve-editor = callPackage ./pim-sieve-editor.nix {};
+25
pkgs/applications/kde/picmi.nix
···
+
{ mkDerivation, lib
+
, libkdegames, extra-cmake-modules
+
, kdeclarative, knewstuff
+
}:
+
+
mkDerivation {
+
name = "picmi";
+
meta = with lib; {
+
description = "Nonogram game";
+
longDescription = ''The goal is to reveal the hidden pattern in the board by coloring or
+
leaving blank the cells in a grid according to numbers given at the side of the grid.
+
'';
+
maintainers = with maintainers; [ freezeboy ];
+
license = licenses.gpl2Plus;
+
platforms = platforms.linux;
+
};
+
nativeBuildInputs = [
+
extra-cmake-modules
+
];
+
buildInputs = [
+
kdeclarative
+
knewstuff
+
libkdegames
+
];
+
}
+1 -1
pkgs/top-level/all-packages.nix
···
akonadi akregator ark bovo dolphin dragon elisa ffmpegthumbs filelight gwenview k3b
kaddressbook kapptemplate kate kcachegrind kcalc kcharselect kcolorchooser kdenlive kdf kdialog
keditbookmarks kfind kget kgpg khelpcenter kig kleopatra kmail kmix kmplot kolourpaint kompare konsole yakuake
-
kpkpass kitinerary kontact korganizer krdc krfb ksystemlog ktouch kwalletmanager marble minuet okular spectacle;
+
kpkpass kitinerary kontact korganizer krdc krfb ksystemlog ktouch kwalletmanager marble minuet okular picmi spectacle;
okteta = libsForQt5.callPackage ../applications/editors/okteta { };