From eb07cb60d7ee9746e187fc43bea9089c81618400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Mon, 25 Nov 2024 22:51:44 +0100 Subject: [PATCH] try missing other deps --- package.nix | 2 ++ 1 file changed, 2 insertions(+) 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" ];