bomber: init at 19.12.3
This commit is contained in:
parent
0416089dc6
commit
d784094a8e
17
pkgs/applications/kde/bomber.nix
Normal file
17
pkgs/applications/kde/bomber.nix
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{ mkDerivation, lib
|
||||||
|
, libkdegames, extra-cmake-modules
|
||||||
|
, kdeclarative, knewstuff
|
||||||
|
}:
|
||||||
|
|
||||||
|
mkDerivation {
|
||||||
|
name = "bomber";
|
||||||
|
meta = with lib; { maintainers = with maintainers; [ freezeboy ]; };
|
||||||
|
nativeBuildInputs = [
|
||||||
|
extra-cmake-modules
|
||||||
|
];
|
||||||
|
buildInputs = [
|
||||||
|
kdeclarative
|
||||||
|
knewstuff
|
||||||
|
libkdegames
|
||||||
|
];
|
||||||
|
}
|
@ -74,6 +74,7 @@ let
|
|||||||
akregator = callPackage ./akregator.nix {};
|
akregator = callPackage ./akregator.nix {};
|
||||||
ark = callPackage ./ark {};
|
ark = callPackage ./ark {};
|
||||||
baloo-widgets = callPackage ./baloo-widgets.nix {};
|
baloo-widgets = callPackage ./baloo-widgets.nix {};
|
||||||
|
bomber = callPackage ./bomber.nix {};
|
||||||
calendarsupport = callPackage ./calendarsupport.nix {};
|
calendarsupport = callPackage ./calendarsupport.nix {};
|
||||||
dolphin = callPackage ./dolphin.nix {};
|
dolphin = callPackage ./dolphin.nix {};
|
||||||
dolphin-plugins = callPackage ./dolphin-plugins.nix {};
|
dolphin-plugins = callPackage ./dolphin-plugins.nix {};
|
||||||
|
Loading…
Reference in New Issue
Block a user