fx_cast: libc

(cherry picked from commit c6d6f636e186b68ae7626dcf611d10a3a50c30a3)
This commit is contained in:
Will Dietz 2019-08-20 08:54:26 -05:00
parent b7c783cfc9
commit a21665252d

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
# See now-cli/default.nix
dontStrip = true;
preFixup = let
libPath = stdenv.lib.makeLibraryPath [stdenv.cc.cc];
libPath = stdenv.lib.makeLibraryPath [stdenv.cc.cc stdenv.cc.libc];
bin = "$out/bin/fx_cast_bridge";
in ''