haskell-miniball: fix package by adding the missing pkgs.miniball dependency
This commit is contained in:
parent
170715254b
commit
3333a9edab
@ -840,6 +840,9 @@ self: super: {
|
||||
configurator = dontCheck super.configurator;
|
||||
|
||||
# The cabal files for these libraries do not list the required system dependencies.
|
||||
miniball = overrideCabal super.miniball (drv: {
|
||||
librarySystemDepends = [ pkgs.miniball ];
|
||||
});
|
||||
SDL-image = overrideCabal super.SDL-image (drv: {
|
||||
librarySystemDepends = [ pkgs.SDL pkgs.SDL_image ] ++ drv.librarySystemDepends or [];
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user