mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
terraform: remove whitespace from name
A `nix-env -iA unstable.terraform-full` gave me `installing 'terraform-with-plugins -0.11.7'` This removes the whitespace which sneaked into its name.
This commit is contained in:
parent
6c1e45b000
commit
48a1dafdbe
@ -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
Block a user