···840 configurator = dontCheck super.configurator;
841842 # The cabal files for these libraries do not list the required system dependencies.
000843 SDL-image = overrideCabal super.SDL-image (drv: {
844 librarySystemDepends = [ pkgs.SDL pkgs.SDL_image ] ++ drv.librarySystemDepends or [];
845 });
···840 configurator = dontCheck super.configurator;
841842 # The cabal files for these libraries do not list the required system dependencies.
843+ miniball = overrideCabal super.miniball (drv: {
844+ librarySystemDepends = [ pkgs.miniball ];
845+ });
846 SDL-image = overrideCabal super.SDL-image (drv: {
847 librarySystemDepends = [ pkgs.SDL pkgs.SDL_image ] ++ drv.librarySystemDepends or [];
848 });