This commit is contained in:
Clément DOUIN
2024-11-23 21:09:17 +01:00
parent 524b22cb5e
commit d9699a3cb9
2 changed files with 9 additions and 7 deletions
+3 -3
View File
@@ -33,7 +33,7 @@ let
};
himalaya = import ./package.nix {
inherit lib rustPlatform;
inherit lib hostPlatform rustPlatform;
fetchFromGitHub = hostPkgs.fetchFromGitHub;
pkg-config = hostPkgs.pkg-config;
darwin = hostPkgs.darwin;
@@ -45,8 +45,8 @@ let
gpgme = hostPkgs.gpgme;
stdenv =
if hostPlatform.isWindows
then hostPkgs.pkgsCross.mingwW64.stdenv
else hostPkgs.stdenv;
then pkgs.pkgsCross.mingwW64.stdenv
else pkgs.stdenv;
};
in