knetwalk: init at 20.04.3
This commit is contained in:
parent
18d5a170f4
commit
4919f3c33b
@ -142,6 +142,7 @@ let
|
|||||||
kmines = callPackage ./kmines.nix {};
|
kmines = callPackage ./kmines.nix {};
|
||||||
kmix = callPackage ./kmix.nix {};
|
kmix = callPackage ./kmix.nix {};
|
||||||
kmplot = callPackage ./kmplot.nix {};
|
kmplot = callPackage ./kmplot.nix {};
|
||||||
|
knetwalk = callPackage ./knetwalk.nix {};
|
||||||
knotes = callPackage ./knotes.nix {};
|
knotes = callPackage ./knotes.nix {};
|
||||||
kolf = callPackage ./kolf.nix {};
|
kolf = callPackage ./kolf.nix {};
|
||||||
kolourpaint = callPackage ./kolourpaint.nix {};
|
kolourpaint = callPackage ./kolourpaint.nix {};
|
||||||
|
21
pkgs/applications/kde/knetwalk.nix
Normal file
21
pkgs/applications/kde/knetwalk.nix
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{ mkDerivation, lib, extra-cmake-modules, kdoctools, ki18n, kio, libkdegames }:
|
||||||
|
|
||||||
|
mkDerivation {
|
||||||
|
name = "knetwalk";
|
||||||
|
meta = with lib; {
|
||||||
|
homepage = "https://kde.org/applications/en/games/org.kde.knetwalk";
|
||||||
|
description = "KNetWalk is a single player logic game";
|
||||||
|
maintainers = with maintainers; [ freezeboy ];
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
|
nativeBuildInputs = [
|
||||||
|
extra-cmake-modules
|
||||||
|
];
|
||||||
|
buildInputs = [
|
||||||
|
libkdegames
|
||||||
|
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 klettres klines kmag kmail kmines kmix kmplot kolourpaint kompare konsole yakuake
|
keditbookmarks kfind kfloppy kget kgpg khelpcenter kig kigo kleopatra klettres klines kmag kmail kmines kmix kmplot knetwalk 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