From b9d2541a3700ec2ad4c75df11821c4f387a4512d Mon Sep 17 00:00:00 2001 From: DavHau Date: Fri, 23 Oct 2020 13:21:08 +0700 Subject: [PATCH] autoPatchelfHook: store dependant for dependency --- pkgs/build-support/setup-hooks/auto-patchelf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/setup-hooks/auto-patchelf.sh b/pkgs/build-support/setup-hooks/auto-patchelf.sh index df2cbb4e9a2..55481200b8b 100644 --- a/pkgs/build-support/setup-hooks/auto-patchelf.sh +++ b/pkgs/build-support/setup-hooks/auto-patchelf.sh @@ -146,7 +146,7 @@ autoPatchelfFile() { echo "found: $foundDependency" >&2 else echo "not found!" >&2 - autoPatchelfFailedDeps["$dep"]="" + autoPatchelfFailedDeps["$dep"]="$toPatch" fi done