mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
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 a new issue