diff --git a/nix/default.nix b/nix/default.nix index 71439c53..7bc7ae47 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -72,7 +72,8 @@ membername = "catppuccin-catwalk"; description = "Generate a preview as a single composite screenshot for the four flavors"; - nativeBuildInputs = [pkgs.installShellFiles]; + nativeBuildInputs = with pkgs; [installShellFiles pkg-config]; + buildInputs = with pkgs; [libwebp]; postInstall = '' installShellCompletion --cmd ${pname} \