forked from mirrors/nixpkgs
prl-tools: ignore patchelf errors
This commit is contained in:
parent
462b5e0d21
commit
1aef116e41
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue