From f4e5e3e54914cc449a68a72b17b3d6159c3eb336 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Fri, 11 Apr 2025 19:12:24 -0400 Subject: [PATCH] ghostty: fix `meta.outputsToInstall` Fixes: https://github.com/NixOS/nixpkgs/issues/397822 --- pkgs/by-name/gh/ghostty/package.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/by-name/gh/ghostty/package.nix b/pkgs/by-name/gh/ghostty/package.nix index be0ec47ce825..da7bb441965f 100644 --- a/pkgs/by-name/gh/ghostty/package.nix +++ b/pkgs/by-name/gh/ghostty/package.nix @@ -189,9 +189,6 @@ stdenv.mkDerivation (finalAttrs: { ]; outputsToInstall = [ "out" - "man" - "shell_integration" - "terminfo" ]; platforms = lib.platforms.linux ++ lib.platforms.darwin; # Issues finding the SDK in the sandbox