Commit 0bd808ee authored by Peter Simons's avatar Peter Simons
Browse files

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

The packages has additional system dependencies when compiled in the
ghc-9.4.x package set.
parent 63ba4b08
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -202,4 +202,8 @@ in {
  fourmolu = overrideCabal (drv: {
    libraryHaskellDepends = drv.libraryHaskellDepends ++ [ self.file-embed ];
  }) (disableCabalFlag "fixity-th" super.fourmolu_0_10_1_0);

  # The Haskell library has additional dependencies when compiled with ghc-9.4.x.
  X11-xft = addExtraLibraries [pkgs.xorg.libXau pkgs.xorg.libXdmcp pkgs.expat] super.X11-xft;

}