Skip to content

Commit

Permalink
neovim: stop overriding libiconv on linux as it has been removed in n…
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Nov 2, 2024
1 parent 91275b5 commit ab5a46b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions flake/packages/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@
gettext = pkgs.gettext.overrideAttrs {
src = deps.gettext;
};

# pkgs.libiconv.src is pointing at the darwin fork of libiconv.
# Hence, overriding its source does not make sense on darwin.
libiconv = pkgs.libiconv.overrideAttrs {
src = deps.libiconv;
};
};

overrides =
Expand Down

0 comments on commit ab5a46b

Please sign in to comment.