ruby: remove unnecessary runtime dependency on groff

This commit is contained in:
Dan Peebles 2016-10-31 21:39:44 +00:00
parent 22cc5407cd
commit d0bb7f0c53

View file

@ -129,6 +129,9 @@ let
$out/bin/ruby setup.rb
popd
# Remove unnecessary groff reference from runtime closure, since it's big
sed -i '/NROFF/d' $out/lib/ruby/*/*/rbconfig.rb
# Bundler tries to create this directory
mkdir -pv $out/${passthru.gemPath}
mkdir -p $out/nix-support