sladeUnstable: avoid `with lib`

Gliczy ea4ecfe2 e98e87c9

+4 -4
+4 -4
pkgs/games/doom-ports/slade/git.nix
··· 69 69 url = "https://github.com/sirjuddington/SLADE.git"; 70 70 }; 71 71 72 - meta = with lib; { 72 + meta = { 73 73 description = "Doom editor"; 74 74 homepage = "http://slade.mancubus.net/"; 75 - license = licenses.gpl2Only; # https://github.com/sirjuddington/SLADE/issues/1754 76 - platforms = platforms.linux; 77 - maintainers = with maintainers; [ ertes ]; 75 + license = lib.licenses.gpl2Only; # https://github.com/sirjuddington/SLADE/issues/1754 76 + platforms = lib.platforms.linux; 77 + maintainers = with lib.maintainers; [ ertes ]; 78 78 }; 79 79 }