We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da2ffa9 + eb6cf22 commit 3358da0Copy full SHA for 3358da0
pkgs/by-name/ya/yandex-disk/package.nix
@@ -14,7 +14,7 @@ let
14
if stdenv.hostPlatform.is64bit then
15
{
16
arch = "x86_64";
17
- gcclib = "${lib.getLib stdenv.cc.cc}/lib64";
+ gcclib = "${lib.getLib stdenv.cc.cc}/lib";
18
sha256 = "sha256-HH/pLZmDr6m/B3e6MHafDGnNWR83oR2y1ijVMR/LOF0=";
19
webarchive = "20220519080155";
20
}
@@ -39,6 +39,10 @@ stdenv.mkDerivation rec {
39
sha256 = p.sha256;
40
};
41
42
+ buildInputs = [
43
+ zlib
44
+ stdenv.cc.cc
45
+ ];
46
builder = writeText "builder.sh" ''
47
mkdir -pv $out/bin
48
mkdir -pv $out/share
0 commit comments