Skip to content

Commit

Permalink
git-interactive-rebase-tool: remove explicit libiconv
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 3, 2025
1 parent deb73fb commit 1d484e6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkgs/by-name/gi/git-interactive-rebase-tool/package.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
lib,
stdenv,
fetchFromGitHub,
rustPlatform,
libiconv,
}:

rustPlatform.buildRustPackage rec {
Expand All @@ -19,10 +17,6 @@ rustPlatform.buildRustPackage rec {

cargoHash = "sha256-9pUUKxPpyoX9f10ZiLWsol2rv66WzQqwa6VubRTrT9Y=";

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
libiconv
];

# Compilation during tests fails if this env var is not set.
preCheck = "export GIRT_BUILD_GIT_HASH=${version}";
postCheck = "unset GIRT_BUILD_GIT_HASH";
Expand Down

0 comments on commit 1d484e6

Please sign in to comment.