try missing other deps

This commit is contained in:
Clément DOUIN
2024-11-25 22:51:44 +01:00
parent 41f5aa4fe4
commit eb07cb60d7

View File

@@ -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"
];