diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9127c4792b3..3ae1e0d9d29 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -148,6 +148,16 @@ self: super: { # https://github.com/LukeHoersten/snaplet-stripe/pull/4 snaplet-stripe = doJailbreak super.snaplet-stripe; + # https://github.com/prowdsponsor/fb/pull/33 + fb = doJailbreak (overrideCabal super.fb (drv: { + patches = [ + (pkgs.fetchpatch { + url = https://github.com/prowdsponsor/fb/pull/33.patch; + sha256 = "0xfbfyg86lrimwhfd2s41xy5axcsnw0rqvic8ak72rq2sssyljpg"; + }) + ]; + })); + } // { # Not on Hackage yet.