From baddcd7228f39b263b53556ace346d14ff1e775d 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 (cherry picked from commit f4e5e3e54914cc449a68a72b17b3d6159c3eb336) --- 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 795f765d6e39..12062de70a45 100644 --- a/pkgs/by-name/gh/ghostty/package.nix +++ b/pkgs/by-name/gh/ghostty/package.nix @@ -188,9 +188,6 @@ stdenv.mkDerivation (finalAttrs: { ]; outputsToInstall = [ "out" - "man" - "shell_integration" - "terminfo" ]; platforms = lib.platforms.linux ++ lib.platforms.darwin; # Issues finding the SDK in the sandbox