mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 20:57:53 +08:00
use stdenv from pkgsCross on windows
This commit is contained in:
+4
-1
@@ -42,7 +42,10 @@ let
|
||||
installManPages = false;
|
||||
notmuch = hostPkgs.notmuch;
|
||||
gpgme = hostPkgs.gpgme;
|
||||
stdenv = hostPkgs.stdenv;
|
||||
stdenv =
|
||||
if hostPlatform.isWindows
|
||||
then hostPkgs.pkgsCross.mingwW64.stdenv
|
||||
else hostPkgs.stdenv;
|
||||
};
|
||||
in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user