Unverified Commit 3358da0b authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

parents da2ffa9f eb6cf22e
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