remove libiconv

This commit is contained in:
Clément DOUIN
2024-11-25 08:31:24 +01:00
parent 38488e93db
commit 2b670d90f0
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -38,7 +38,6 @@ let
inherit lib hostPlatform rustPlatform;
fetchFromGitHub = pkgs.fetchFromGitHub;
stdenv = pkgs.stdenv;
libiconv = pkgs.darwin.libiconv;
darwin = pkgs.darwin;
installShellFiles = false;
installShellCompletions = false;
-1
View File
@@ -9,7 +9,6 @@
, installShellCompletions ? stdenv.buildPlatform.canExecute stdenv.hostPlatform
, installManPages ? stdenv.buildPlatform.canExecute stdenv.hostPlatform
, notmuch
, libiconv
, gpgme
, buildNoDefaultFeatures ? false
, buildFeatures ? [ ]