Merge pull request #214129 from NixOS/t/X11-xft
haskell.packages.ghc944.X11-xft: add missing build-time dependencies
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user