haskellPackages.sdl2-ttf: move pkg-config override to proper place

This commit is contained in:
sternenseemann 2024-09-01 12:58:09 +02:00
parent 569f3e8c5b
commit 6bf5e0917e
2 changed files with 1 additions and 1 deletions

View File

@ -2901,7 +2901,6 @@ self: super: {
# Workaround for Cabal failing to find nonexistent SDL2 library?!
# https://github.com/NixOS/nixpkgs/issues/260863
sdl2-gfx = overrideCabal { __propagatePkgConfigDepends = false; } super.sdl2-gfx;
sdl2-ttf = overrideCabal { __onlyPropagateKnownPkgConfigModules = true; } super.sdl2-ttf;
# Needs git for compile-time insertion of commit hash into --version string.
kmonad = overrideCabal (drv: {

View File

@ -1371,6 +1371,7 @@ self: super: builtins.intersectAttrs super {
gi-gdk_4_0_8
gi-gsk
gi-adwaita
sdl2-ttf
;
webkit2gtk3-javascriptcore = lib.pipe super.webkit2gtk3-javascriptcore [