mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +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
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Editor for the Zelda-like ARPG game engine, Solarus";
|
||||
mainProgram = "solarus-editor";
|
||||
longDescription = ''
|
||||
|
@ -78,9 +78,9 @@ stdenv.mkDerivation rec {
|
|||
Games can be created easily using the editor.
|
||||
'';
|
||||
homepage = "https://www.solarus-games.org";
|
||||
license = licenses.gpl3;
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = [ ];
|
||||
platforms = platforms.linux;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue