mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-02 02:53:55 +00:00
terraform.withPlugins: switch to pname/version
This commit is contained in:
parent
b86e23f84b
commit
9ce1d14a8b
@ -127,7 +127,7 @@ let
|
|||||||
(orig: { passthru = orig.passthru // passthru; })
|
(orig: { passthru = orig.passthru // passthru; })
|
||||||
else
|
else
|
||||||
lib.appendToName "with-plugins" (stdenv.mkDerivation {
|
lib.appendToName "with-plugins" (stdenv.mkDerivation {
|
||||||
inherit (terraform) name meta;
|
inherit (terraform) meta pname version;
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
# Expose the passthru set with the override functions
|
# Expose the passthru set with the override functions
|
||||||
|
Loading…
Reference in New Issue
Block a user