add darwin.libiconv to ghcjs packages
This commit is contained in:
parent
b6ff8f9314
commit
bd9f128cc2
@ -19,8 +19,12 @@ self: super:
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
${pkgs.autoconf}/bin/autoreconf --install --force --verbose
|
${pkgs.autoconf}/bin/autoreconf --install --force --verbose
|
||||||
'';
|
'';
|
||||||
|
buildTools = pkgs.lib.optional pkgs.stdenv.isDarwin pkgs.darwin.libiconv;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
network = addBuildTools super.network (pkgs.lib.optional pkgs.stdenv.isDarwin pkgs.darwin.libiconv);
|
||||||
|
zlib = addBuildTools super.zlib (pkgs.lib.optional pkgs.stdenv.isDarwin pkgs.darwin.libiconv);
|
||||||
|
|
||||||
# LLVM is not supported on this GHC; use the latest one.
|
# LLVM is not supported on this GHC; use the latest one.
|
||||||
inherit (pkgs) llvmPackages;
|
inherit (pkgs) llvmPackages;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user