mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
ghostty: fix meta.outputsToInstall
Fixes: https://github.com/NixOS/nixpkgs/issues/397822
(cherry picked from commit f4e5e3e549)
This commit is contained in:
committed by
github-actions[bot]
parent
2589c813e1
commit
baddcd7228
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user