SDL2_gfx: remove cpages
See https://github.com/NixOS/nixpkgs/issues/290642.
This commit is contained in:
parent
8e271cf36d
commit
7ce57cada2
@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
license = lib.licenses.zlib;
|
||||
maintainers = lib.teams.sdl.members
|
||||
++ (with lib.maintainers; [ cpages ]);
|
||||
++ (with lib.maintainers; [ ]);
|
||||
pkgConfigModules = [ "SDL2_gfx" ];
|
||||
inherit (SDL2.meta) platforms;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user