mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 05:23:54 +00:00
pulumi: fix withPackages invocation (#331660)
Re-add PATH handling, which was removed without explanation. Also add an end quote to the LD_LIBRARY_PATH line. Co-authored-by: Cameron Nemo <cam@libnemo.org>
This commit is contained in:
parent
3736dd89d4
commit
494549b8ae
@ -131,7 +131,8 @@ buildGoModule rec {
|
|||||||
''
|
''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
makeWrapper ${pulumi}/bin/pulumi $out/bin/pulumi \
|
makeWrapper ${pulumi}/bin/pulumi $out/bin/pulumi \
|
||||||
--set LD_LIBRARY_PATH "${stdenv.cc.cc.lib}/lib
|
--suffix PATH : ${lib.makeBinPath (f pulumiPackages)} \
|
||||||
|
--set LD_LIBRARY_PATH "${stdenv.cc.cc.lib}/lib"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user