summary refs log tree commit diff
path: root/pkgs/tools/misc/fx_cast
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-08-20 08:54:26 -0500
committerWill Dietz <w@wdtz.org>2019-11-16 01:37:39 -0600
commita21665252d588aa142497a33acb506fa341268e5 (patch)
tree9e386825c2b199d9fe9522fa19cfb136d78e5502 /pkgs/tools/misc/fx_cast
parentb7c783cfc9576899be4fabecb2d2be1ac4358a05 (diff)
downloadnixpkgs-a21665252d588aa142497a33acb506fa341268e5.tar
nixpkgs-a21665252d588aa142497a33acb506fa341268e5.tar.gz
nixpkgs-a21665252d588aa142497a33acb506fa341268e5.tar.bz2
nixpkgs-a21665252d588aa142497a33acb506fa341268e5.tar.lz
nixpkgs-a21665252d588aa142497a33acb506fa341268e5.tar.xz
nixpkgs-a21665252d588aa142497a33acb506fa341268e5.tar.zst
nixpkgs-a21665252d588aa142497a33acb506fa341268e5.zip
fx_cast: libc
(cherry picked from commit c6d6f636e186b68ae7626dcf611d10a3a50c30a3)
Diffstat (limited to 'pkgs/tools/misc/fx_cast')
-rw-r--r--pkgs/tools/misc/fx_cast/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/fx_cast/default.nix b/pkgs/tools/misc/fx_cast/default.nix
index 65f57d96a11..bb723800f0c 100644
--- a/pkgs/tools/misc/fx_cast/default.nix
+++ b/pkgs/tools/misc/fx_cast/default.nix
@@ -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 ''