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:
parent
c31ae2ae8a
commit
838781ce8a
@ -48,7 +48,7 @@ lib.makeOverridable (
|
||||
, dontBuild ? true
|
||||
, propagatedBuildInputs ? []
|
||||
, propagatedUserEnvPkgs ? []
|
||||
, buildFlags ? null
|
||||
, buildFlags ? []
|
||||
, passthru ? {}
|
||||
, ...} @ attrs:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user