gem-config: add iconv (#49910)
This commit is contained in:
parent
357554ae89
commit
8bfe8c45a7
@ -191,6 +191,10 @@ in
|
|||||||
[ darwin.apple_sdk.frameworks.CoreServices ];
|
[ 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
|
# 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
|
# specified in pkgs/applications/misc/jekyll/Gemfile anyway. Also do chmod_R
|
||||||
# to compensate for read-only files in site_template in nix store.
|
# to compensate for read-only files in site_template in nix store.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user