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 18, 2023
1 parent 4f42aa8 commit 820f50e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/yunfaavatar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stdenvNoCC.mkDerivation rec {
owner = "yunfachi";
repo = "yunfaAvatar";
rev = version;
hash = "sha256-54CYX15ScQjlEqUIBy8D2kW5RRsdH6lRZaIDv4SU4Ns=";
hash = "sha256-4hjGwldpqkAPAy8IEbnP2zfVOugr+s+dslGktxMoV6A=";
};

strictDeps = true;
Expand All @@ -25,7 +25,11 @@ stdenvNoCC.mkDerivation rec {
];

postInstall = ''
<<<<<<< HEAD
wrapProgram "$out/bin/yunfaavatar" \
=======
wrapProgram "$out/lib/yunfaavatar" \
>>>>>>> 3bdf229 (fixed yunfaavatar makewrapper)
--prefix PATH : "${lib.makeBinPath [imagemagick]}"
'';

Expand Down

0 comments on commit 820f50e

Please sign in to comment.