mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
gem-config: add iconv (#49910)
This commit is contained in:
parent
357554ae89
commit
8bfe8c45a7
1 changed files with 4 additions and 0 deletions
|
@ -191,6 +191,10 @@ in
|
|||
[ darwin.apple_sdk.frameworks.CoreServices ];
|
||||
};
|
||||
|
||||
iconv = attrs: {
|
||||
buildFlags = lib.optional stdenv.isDarwin "--with-iconv-dir=${libiconv}";
|
||||
};
|
||||
|
||||
# disable bundle install as it can't install anything in addition to what is
|
||||
# specified in pkgs/applications/misc/jekyll/Gemfile anyway. Also do chmod_R
|
||||
# to compensate for read-only files in site_template in nix store.
|
||||
|
|
Loading…
Reference in a new issue