Skip to content

Commit

Permalink
pulumi-bin: use nativeBuildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Apr 22, 2020
1 parent 67d5cde commit ba13482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/admin/pulumi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in stdenv.mkDerivation {
wrapProgram $out/bin/pulumi --set LD_LIBRARY_PATH "${stdenv.cc.cc.lib}/lib"
'';

buildInputs = optionals stdenv.isLinux [ autoPatchelfHook makeWrapper ];
nativeBuildInputs = optionals stdenv.isLinux [ autoPatchelfHook makeWrapper ];

meta = {
homepage = "https://pulumi.io/";
Expand Down

0 comments on commit ba13482

Please sign in to comment.