Skip to content

Commit

Permalink
fixed yunfaavatar makewrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfachi committed Oct 16, 2023
1 parent 437ccda commit 4f42aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/yunfaavatar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation rec {
];

postInstall = ''
wrapProgram "$out/opt/yunfaavatar" \
wrapProgram "$out/bin/yunfaavatar" \
--prefix PATH : "${lib.makeBinPath [imagemagick]}"
'';

Expand Down

0 comments on commit 4f42aa8

Please sign in to comment.