ruby: remove unnecessary runtime dependency on groff
This commit is contained in:
parent
22cc5407cd
commit
d0bb7f0c53
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user