Loading maintainers/team-list.nix +10 −2 Original line number Diff line number Diff line Loading @@ -1119,9 +1119,17 @@ with lib.maintainers; }; sdl = { members = [ ]; scope = "Maintain SDL libraries."; members = [ evythedemon grimmauld jansol marcin-serwin pbsds ]; githubTeams = [ "SDL" ]; scope = "Maintain core SDL libraries."; shortName = "SDL"; enableFeatureFreezePing = true; }; sphinx = { Loading pkgs/by-name/gu/guile-sdl/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://www.gnu.org/software/guile-sdl/"; description = "Guile bindings for SDL"; license = lib.licenses.gpl3Plus; teams = [ lib.teams.sdl ]; maintainers = [ ]; inherit (guile.meta) platforms; }; }) pkgs/by-name/sd/SDL2_sound/package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ stdenv.mkDerivation rec { mainProgram = "playsound"; platforms = platforms.unix; license = licenses.zlib; teams = [ lib.teams.sdl ]; homepage = "https://www.icculus.org/SDL_sound/"; }; } pkgs/by-name/sd/SDL_sixel/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ stdenv.mkDerivation { description = "SDL 1.2 patched with libsixel support"; license = lib.licenses.lgpl21; mainProgram = "sdl-config"; teams = [ lib.teams.sdl ]; maintainers = [ ]; platforms = lib.platforms.linux; }; } pkgs/by-name/sd/SDL_stretch/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://sdl-stretch.sourceforge.net/"; description = "Stretch Functions For SDL"; license = lib.licenses.lgpl2; teams = [ lib.teams.sdl ]; maintainers = [ ]; inherit (SDL.meta) platforms; }; }) Loading
maintainers/team-list.nix +10 −2 Original line number Diff line number Diff line Loading @@ -1119,9 +1119,17 @@ with lib.maintainers; }; sdl = { members = [ ]; scope = "Maintain SDL libraries."; members = [ evythedemon grimmauld jansol marcin-serwin pbsds ]; githubTeams = [ "SDL" ]; scope = "Maintain core SDL libraries."; shortName = "SDL"; enableFeatureFreezePing = true; }; sphinx = { Loading
pkgs/by-name/gu/guile-sdl/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://www.gnu.org/software/guile-sdl/"; description = "Guile bindings for SDL"; license = lib.licenses.gpl3Plus; teams = [ lib.teams.sdl ]; maintainers = [ ]; inherit (guile.meta) platforms; }; })
pkgs/by-name/sd/SDL2_sound/package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ stdenv.mkDerivation rec { mainProgram = "playsound"; platforms = platforms.unix; license = licenses.zlib; teams = [ lib.teams.sdl ]; homepage = "https://www.icculus.org/SDL_sound/"; }; }
pkgs/by-name/sd/SDL_sixel/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ stdenv.mkDerivation { description = "SDL 1.2 patched with libsixel support"; license = lib.licenses.lgpl21; mainProgram = "sdl-config"; teams = [ lib.teams.sdl ]; maintainers = [ ]; platforms = lib.platforms.linux; }; }
pkgs/by-name/sd/SDL_stretch/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://sdl-stretch.sourceforge.net/"; description = "Stretch Functions For SDL"; license = lib.licenses.lgpl2; teams = [ lib.teams.sdl ]; maintainers = [ ]; inherit (SDL.meta) platforms; }; })