buildRubyGem: fix buildFlags default attribute

lib.escapeShellArgs doesn't work well when a null value is provided.

[] is also the correct value since it's really just an empty list of
arguments that we have.
This commit is contained in:
zimbatm 2016-07-21 11:42:28 +01:00
parent c31ae2ae8a
commit 838781ce8a

View File

@ -48,7 +48,7 @@ lib.makeOverridable (
, dontBuild ? true
, propagatedBuildInputs ? []
, propagatedUserEnvPkgs ? []
, buildFlags ? null
, buildFlags ? []
, passthru ? {}
, ...} @ attrs: