Commit eb6cf22e authored by Tanya's avatar Tanya
Browse files

yandex-disk: fix missing libstdc++.so.6

parent 667e1644
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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