mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
solarus-quest-editor: remove with lib;
from meta
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
parent
78fdc691d2
commit
941def2d07
1 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
|
||||||
glm
|
glm
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Editor for the Zelda-like ARPG game engine, Solarus";
|
description = "Editor for the Zelda-like ARPG game engine, Solarus";
|
||||||
mainProgram = "solarus-editor";
|
mainProgram = "solarus-editor";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
@ -78,9 +78,9 @@ stdenv.mkDerivation rec {
|
||||||
Games can be created easily using the editor.
|
Games can be created easily using the editor.
|
||||||
'';
|
'';
|
||||||
homepage = "https://www.solarus-games.org";
|
homepage = "https://www.solarus-games.org";
|
||||||
license = licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue