mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
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;
|
configurator = dontCheck super.configurator;
|
||||||
|
|
||||||
# The cabal files for these libraries do not list the required system dependencies.
|
# 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: {
|
SDL-image = overrideCabal super.SDL-image (drv: {
|
||||||
librarySystemDepends = [ pkgs.SDL pkgs.SDL_image ] ++ drv.librarySystemDepends or [];
|
librarySystemDepends = [ pkgs.SDL pkgs.SDL_image ] ++ drv.librarySystemDepends or [];
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user