clerk: fix reference to wrapped binary in wrapper (#367117)

This commit is contained in:
rewine
2024-12-23 09:38:31 +08:00
committed by GitHub
+1 -3
View File
@@ -74,13 +74,11 @@ stdenv.mkDerivation {
];
in
''
pushd $out/bin
for f in clerk clerk_rating_client; do
wrapProgram $f \
wrapProgram $out/bin/$f \
--prefix PATH : "${binPath}" \
--set PERL5LIB $PERL5LIB
done
popd
'';
passthru.updateScript = unstableGitUpdater {