prl-tools: ignore patchelf errors

This commit is contained in:
Luke Adams 2017-07-18 18:24:39 -05:00
parent 462b5e0d21
commit 1aef116e41

View File

@ -124,7 +124,7 @@ stdenv.mkDerivation rec {
patchelf \
--interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
--set-rpath "$out/lib:$libPath" \
$i
$i || true
done
mkdir -p $out/bin