Skip to content

Commit

Permalink
pulumi-bin: fix darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Apr 22, 2020
1 parent ba13482 commit 712d159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/admin/pulumi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ in stdenv.mkDerivation {
installPhase = ''
mkdir -p $out/bin
cp * $out/bin/
'' + optionalString stdenv.isLinux ''
wrapProgram $out/bin/pulumi --set LD_LIBRARY_PATH "${stdenv.cc.cc.lib}/lib"
'';

Expand Down

0 comments on commit 712d159

Please sign in to comment.