Skip to content

Commit

Permalink
clerk: fix reference to wrapped binary in wrapper (#367117)
Browse files Browse the repository at this point in the history
  • Loading branch information
wineee authored Dec 23, 2024
2 parents 24f0fd5 + c4f91f8 commit 6815a66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/by-name/cl/clerk/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6815a66

Please sign in to comment.