From 41f5aa4fe463f56874211ade14205ecf4927ab01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Mon, 25 Nov 2024 22:42:17 +0100 Subject: [PATCH] try missing -lunwind --- package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/package.nix b/package.nix index 3b8b8984..59b27906 100644 --- a/package.nix +++ b/package.nix @@ -32,6 +32,7 @@ rustPlatform.buildRustPackage rec { NIX_LDFLAGS = lib.optionals (stdenv.hostPlatform.isWindows && stdenv.hostPlatform.isi686) [ "-L${windows.mcfgthreads}/lib" "-lmcfgthread" + "-lunwind" ]; # unit tests only