mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 12:47:55 +08:00
patch package.nix
This commit is contained in:
+2
-3
@@ -34,9 +34,8 @@ rustPlatform.buildRustPackage rec {
|
||||
cargoTestFlags = [ "--lib" ];
|
||||
|
||||
postPatch = ''
|
||||
ls -al
|
||||
grep -Ril "lgcc_eh" .
|
||||
substituteInPlace configure.ac --replace "-lgcc_s" "-lgcc_eh"
|
||||
cat package.nix
|
||||
substituteInPlace package.nix --replace "-lgcc_eh" "-lgcc_s"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ ]
|
||||
|
||||
Reference in New Issue
Block a user