debug postPatch

This commit is contained in:
Clément DOUIN
2024-11-25 08:44:39 +01:00
parent 311c87ecca
commit 72d4397012
+2
View File
@@ -34,6 +34,8 @@ rustPlatform.buildRustPackage rec {
cargoTestFlags = [ "--lib" ];
postPatch = ''
ls -al
grep -Ril "lgcc_eh" .
substituteInPlace configure.ac --replace "-lgcc_s" "-lgcc_eh"
'';