haskellPackages.sdl2-ttf: move pkg-config override to proper place
This commit is contained in:
parent
569f3e8c5b
commit
6bf5e0917e
@ -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: {
|
||||
|
@ -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 [
|
||||
|
Loading…
Reference in New Issue
Block a user