mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 13:17:55 +08:00
use libiconv from darwin pkgs
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ let
|
||||
inherit lib hostPlatform rustPlatform;
|
||||
fetchFromGitHub = pkgs.fetchFromGitHub;
|
||||
stdenv = pkgs.stdenv;
|
||||
libiconv = pkgs.libiconv;
|
||||
libiconv = pkgs.darwin.libiconv;
|
||||
darwin = pkgs.darwin;
|
||||
installShellFiles = false;
|
||||
installShellCompletions = false;
|
||||
|
||||
Reference in New Issue
Block a user