Skip to content

Commit

Permalink
ghostty: remove references to sources correctly (#369282)
Browse files Browse the repository at this point in the history
This line was previously in preFixup where the wrapper wasn't applied yet.
  • Loading branch information
fpletz authored Dec 30, 2024
1 parent 60da3a4 commit 43d4dd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/by-name/gh/ghostty/linux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ stdenv.mkDerivation (finalAttrs: {
rmdir $out/share/vim
ln -s $vim $out/share/vim-plugins
remove-references-to -t ${finalAttrs.deps} $out/bin/ghostty
remove-references-to -t ${finalAttrs.deps} $out/bin/.ghostty-wrapped
'';

nativeInstallCheckInputs = [
Expand Down

0 comments on commit 43d4dd0

Please sign in to comment.