Skip to content

Commit

Permalink
haskellPackages.sdl2-gfx: work around sdl2 pkg-config issue
Browse files Browse the repository at this point in the history
Ref #260863.
  • Loading branch information
sternenseemann committed Nov 5, 2023
1 parent 85f6f75 commit 0ee702c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2676,4 +2676,8 @@ self: super: {

# Too strict bounds on base
kewar = doJailbreak super.kewar;

# Workaround for Cabal failing to find nonexistent SDL2 library?!
# https://github.com/NixOS/nixpkgs/issues/260863
sdl2-gfx = overrideCabal { __propagatePkgConfigDepends = false; } super.sdl2-gfx;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
Original file line number Diff line number Diff line change
Expand Up @@ -4800,7 +4800,6 @@ broken-packages:
- sdl2-cairo-image # failure in job https://hydra.nixos.org/build/233210135 at 2023-09-02
- sdl2-compositor # failure in job https://hydra.nixos.org/build/233198910 at 2023-09-02
- sdl2-fps # failure in job https://hydra.nixos.org/build/233195346 at 2023-09-02
- sdl2-gfx # failure in job https://hydra.nixos.org/build/233236795 at 2023-09-02
- sdl2-image # failure in job https://hydra.nixos.org/build/233216837 at 2023-09-02
- sdl2-mixer # failure in job https://hydra.nixos.org/build/233228951 at 2023-09-02
- sdl2-ttf # failure in job https://hydra.nixos.org/build/233238600 at 2023-09-02
Expand Down
2 changes: 0 additions & 2 deletions pkgs/development/haskell-modules/hackage-packages.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ee702c

Please sign in to comment.