SDL2_sound: inline with lib; into meta

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2025-06-26 15:47:04 +02:00
parent 7e7e417913
commit 7190b6d0ef
+3 -3
View File
@@ -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/";
};