From 72d4397012043e174e796dd10700e228215a66df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Mon, 25 Nov 2024 08:44:39 +0100 Subject: [PATCH] debug postPatch --- package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.nix b/package.nix index 81e5befc..61a91b38 100644 --- a/package.nix +++ b/package.nix @@ -34,6 +34,8 @@ rustPlatform.buildRustPackage rec { cargoTestFlags = [ "--lib" ]; postPatch = '' + ls -al + grep -Ril "lgcc_eh" . substituteInPlace configure.ac --replace "-lgcc_s" "-lgcc_eh" '';