From 4f42aa8dcd74b3a9dfab68b50ae877e64daa1caf Mon Sep 17 00:00:00 2001 From: yunfachi Date: Mon, 16 Oct 2023 21:39:52 +0300 Subject: [PATCH] fixed yunfaavatar makewrapper --- pkgs/yunfaavatar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/yunfaavatar.nix b/pkgs/yunfaavatar.nix index 1340329..bb2ae63 100644 --- a/pkgs/yunfaavatar.nix +++ b/pkgs/yunfaavatar.nix @@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation rec { ]; postInstall = '' - wrapProgram "$out/opt/yunfaavatar" \ + wrapProgram "$out/bin/yunfaavatar" \ --prefix PATH : "${lib.makeBinPath [imagemagick]}" '';