mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
fixup meta record
This commit is contained in:
parent
49d8c70113
commit
bf6559d008
@ -5,7 +5,13 @@
|
|||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
name = "granatier";
|
name = "granatier";
|
||||||
meta = with lib; { maintainers = with maintainers; [ freezeboy ]; };
|
meta = with lib; {
|
||||||
|
homepage = "https://kde.org/applications/en/games/org.kde.granatier";
|
||||||
|
description = "Granatier is a clone of the classic Bomberman game";
|
||||||
|
maintainers = with maintainers; [ freezeboy ];
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
extra-cmake-modules
|
extra-cmake-modules
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user