Merge pull request #92878 from freezeboy/add-picmi
picmi: init at 19.12.3
This commit is contained in:
commit
19f85b0f20
@ -175,6 +175,7 @@ let
|
|||||||
messagelib = callPackage ./messagelib.nix {};
|
messagelib = callPackage ./messagelib.nix {};
|
||||||
minuet = callPackage ./minuet.nix {};
|
minuet = callPackage ./minuet.nix {};
|
||||||
okular = callPackage ./okular.nix {};
|
okular = callPackage ./okular.nix {};
|
||||||
|
picmi = callPackage ./picmi.nix {};
|
||||||
pimcommon = callPackage ./pimcommon.nix {};
|
pimcommon = callPackage ./pimcommon.nix {};
|
||||||
pim-data-exporter = callPackage ./pim-data-exporter.nix {};
|
pim-data-exporter = callPackage ./pim-data-exporter.nix {};
|
||||||
pim-sieve-editor = callPackage ./pim-sieve-editor.nix {};
|
pim-sieve-editor = callPackage ./pim-sieve-editor.nix {};
|
||||||
|
25
pkgs/applications/kde/picmi.nix
Normal file
25
pkgs/applications/kde/picmi.nix
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{ 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
|
||||||
|
];
|
||||||
|
}
|
@ -20669,7 +20669,7 @@ in
|
|||||||
akonadi akregator ark bovo dolphin dragon elisa ffmpegthumbs filelight gwenview k3b
|
akonadi akregator ark bovo dolphin dragon elisa ffmpegthumbs filelight gwenview k3b
|
||||||
kaddressbook kapptemplate kate kcachegrind kcalc kcharselect kcolorchooser kdenlive kdf kdialog
|
kaddressbook kapptemplate kate kcachegrind kcalc kcharselect kcolorchooser kdenlive kdf kdialog
|
||||||
keditbookmarks kfind kget kgpg khelpcenter kig kleopatra kmail kmix kmplot kolourpaint kompare konsole yakuake
|
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 { };
|
okteta = libsForQt5.callPackage ../applications/editors/okteta { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user