mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
ruby: installFlags is a list
This commit is contained in:
parent
95526382be
commit
9126911ba5
@ -151,7 +151,7 @@ let
|
||||
export GEM_HOME="$out/${passthru.gemPath}"
|
||||
'';
|
||||
|
||||
installFlags = stdenv.lib.optionalString docSupport "install-doc";
|
||||
installFlags = stdenv.lib.optional docSupport "install-doc";
|
||||
# Bundler tries to create this directory
|
||||
postInstall = ''
|
||||
# Remove unnecessary groff reference from runtime closure, since it's big
|
||||
|
Loading…
Reference in New Issue
Block a user