ruby: installFlags is a list

This commit is contained in:
Robin Gloster 2019-11-05 00:44:20 +01:00 committed by Jan Tojnar
parent 95526382be
commit 9126911ba5
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -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