lol

Merge pull request #214129 from NixOS/t/X11-xft

haskell.packages.ghc944.X11-xft: add missing build-time dependencies

authored by

Peter Simons and committed by
GitHub
56f5f40f 7a23a483

+4
+4
pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
··· 202 202 fourmolu = overrideCabal (drv: { 203 203 libraryHaskellDepends = drv.libraryHaskellDepends ++ [ self.file-embed ]; 204 204 }) (disableCabalFlag "fixity-th" super.fourmolu_0_10_1_0); 205 + 206 + # The Haskell library has additional dependencies when compiled with ghc-9.4.x. 207 + X11-xft = addExtraLibraries [pkgs.xorg.libXau pkgs.xorg.libXdmcp pkgs.expat] super.X11-xft; 208 + 205 209 }