Skip to content

Commit

Permalink
bcc: fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Oct 24, 2017
1 parent 8ee9421 commit 5938256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/bcc/default.nix
Expand Up @@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
find $out/share/bcc/tools -type f -executable -print0 | \
while IFS= read -r -d $'\0' f; do
pythonLibs="$out/lib/python2.7/site-packages:${pythonPackages.netaddr}/lib/${python.libPrefix}/site-packages"
rm $out/bin/$(basename $f)
rm -f $out/bin/$(basename $f)
makeWrapper $f $out/bin/$(basename $f) \
--prefix LD_LIBRARY_PATH : $out/lib \
--prefix PYTHONPATH : "$pythonLibs"
Expand Down

0 comments on commit 5938256

Please sign in to comment.