Skip to content

Commit

Permalink
pulumi-bin: fixup build (missing libgcc_s.so)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Apr 11, 2023
1 parent 6d69269 commit ab1cc58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/admin/pulumi-bin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ in stdenv.mkDerivation {
'';

nativeBuildInputs = [ installShellFiles ] ++ lib.optionals stdenv.isLinux [ autoPatchelfHook makeWrapper ];
buildInputs = [ stdenv.cc.cc.libgcc or null ];

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

0 comments on commit ab1cc58

Please sign in to comment.