mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 15:37:51 +00:00
pulumi-bin: fixup build (missing libgcc_s.so)
https://hydra.nixos.org/log/rwj328z506dq7mqswrz2c1yh079sf81c-pulumi-3.62.0.drv
This commit is contained in:
parent
6d69269e44
commit
ab1cc58b5c
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user