yandex-disk: fix missing libstdc++.so.6 (#391887)

This commit is contained in:
Pol Dellaiera
2025-04-03 19:49:25 +02:00
committed by GitHub
+5 -1
View File
@@ -14,7 +14,7 @@ let
if stdenv.hostPlatform.is64bit then
{
arch = "x86_64";
gcclib = "${lib.getLib stdenv.cc.cc}/lib64";
gcclib = "${lib.getLib stdenv.cc.cc}/lib";
sha256 = "sha256-HH/pLZmDr6m/B3e6MHafDGnNWR83oR2y1ijVMR/LOF0=";
webarchive = "20220519080155";
}
@@ -39,6 +39,10 @@ stdenv.mkDerivation rec {
sha256 = p.sha256;
};
buildInputs = [
zlib
stdenv.cc.cc
];
builder = writeText "builder.sh" ''
mkdir -pv $out/bin
mkdir -pv $out/share