From 9ce1d14a8bdc071269b7a63d5bebe0804b871957 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Fri, 31 Mar 2023 11:41:13 +1000 Subject: [PATCH] terraform.withPlugins: switch to pname/version --- pkgs/applications/networking/cluster/terraform/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix index beaf18e0697f..02717bd99974 100644 --- a/pkgs/applications/networking/cluster/terraform/default.nix +++ b/pkgs/applications/networking/cluster/terraform/default.nix @@ -127,7 +127,7 @@ let (orig: { passthru = orig.passthru // passthru; }) else lib.appendToName "with-plugins" (stdenv.mkDerivation { - inherit (terraform) name meta; + inherit (terraform) meta pname version; nativeBuildInputs = [ makeWrapper ]; # Expose the passthru set with the override functions