mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 22:04:20 +00:00
terraform: remove "-dev" suffix from -version
output (#288878)
This commit is contained in:
parent
35b2ccc34f
commit
9e2ece5681
@ -26,7 +26,7 @@ let
|
||||
inherit hash;
|
||||
};
|
||||
|
||||
ldflags = [ "-s" "-w" ];
|
||||
ldflags = [ "-s" "-w" "-X 'github.com/hashicorp/terraform/version.dev=no'" ];
|
||||
|
||||
postConfigure = ''
|
||||
# speakeasy hardcodes /bin/stty https://github.com/bgentry/speakeasy/issues/22
|
||||
|
Loading…
Reference in New Issue
Block a user