We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 208fd87 commit b2093d4Copy full SHA for b2093d4
pkgs/os-specific/linux/bcc/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
26
mv $out/share/bcc/man $out/share/
27
28
find $out/share/bcc/tools -type f -executable -print0 | \
29
- while IFS= read -r -d $'\0' f; do
+ while IFS= read -r -d ''$'\0' f; do
30
pythonLibs="$out/lib/python2.7/site-packages:${pythonPackages.netaddr}/lib/${python.libPrefix}/site-packages"
31
rm -f $out/bin/$(basename $f)
32
makeWrapper $f $out/bin/$(basename $f) \
0 commit comments