SDL2_sound: inline with lib; into meta
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -23,11 +23,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ SDL2 ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "SDL2 sound library";
|
||||
mainProgram = "playsound";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.zlib;
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.zlib;
|
||||
teams = [ lib.teams.sdl ];
|
||||
homepage = "https://www.icculus.org/SDL_sound/";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user