Commit 39111594 authored by Evy Garden's avatar Evy Garden
Browse files

sdl3-image: remove uses of 'with'

parent 179580b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ stdenv.mkDerivation (finalAttrs: {
    description = "SDL image library";
    homepage = "https://github.com/libsdl-org/SDL_image";
    license = lib.licenses.zlib;
    maintainers = with lib.maintainers; [ evythedemon ];
    maintainers = [ lib.maintainers.evythedemon ];
    inherit (sdl3.meta) platforms;
  };
})