Merge pull request #43831 from eliasp/terraform-name-whitespace
terraform: remove whitespace from name
This commit is contained in:
commit
31d1d3d166
|
@ -60,7 +60,7 @@ let
|
|||
# of plugins, which might be counterintuitive if someone just wants a vanilla Terraform.
|
||||
if actualPlugins == []
|
||||
then terraform.overrideAttrs (orig: { passthru = orig.passthru // passthru; })
|
||||
else lib.appendToName "with-plugins "(stdenv.mkDerivation {
|
||||
else lib.appendToName "with-plugins"(stdenv.mkDerivation {
|
||||
inherit (terraform) name;
|
||||
buildInputs = [ makeWrapper ];
|
||||
|
||||
|
|
Loading…
Reference in New Issue