tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
arrow-cpp: pin protobuf_29 for now
Vladimír Čunát
11 months ago
675cebb6
40b700a5
+4
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ar
arrow-cpp
package.nix
+4
-1
pkgs/by-name/ar/arrow-cpp/package.nix
···
36
36
openssl,
37
37
perl,
38
38
pkg-config,
39
39
-
protobuf,
39
39
+
protobuf_29,
40
40
python3,
41
41
rapidjson,
42
42
re2,
···
57
57
}:
58
58
59
59
let
60
60
+
# https://github.com/apache/arrow/issues/45807
61
61
+
protobuf = protobuf_29;
62
62
+
60
63
arrow-testing = fetchFromGitHub {
61
64
name = "arrow-testing";
62
65
owner = "apache";