diff --git a/package.nix b/package.nix index 59b27906..b4768351 100644 --- a/package.nix +++ b/package.nix @@ -31,7 +31,9 @@ rustPlatform.buildRustPackage rec { NIX_LDFLAGS = lib.optionals (stdenv.hostPlatform.isWindows && stdenv.hostPlatform.isi686) [ "-L${windows.mcfgthreads}/lib" + "-L${windows.mingwrt}/lib" "-lmcfgthread" + "-lmingwrt" "-lunwind" ];