Commit 688a91d4 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

treewide: add and remove teams.sdl from meta.teams

parent 7a93962c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
})
+1 −0
Original line number Diff line number Diff line
@@ -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/";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
})
+1 −2
Original line number Diff line number Diff line
@@ -104,9 +104,8 @@ stdenv.mkDerivation (finalAttrs: {
    license = lib.licenses.zlib;
    maintainers = with lib.maintainers; [
      nadiaholmquist
      grimmauld
      marcin-serwin
    ];
    teams = [ lib.teams.sdl ];
    platforms = lib.platforms.all;
    pkgConfigModules = [ "sdl2-compat" ];
  };
Loading