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.
1 parent efd6f2a commit add8dd8Copy full SHA for add8dd8
1 file changed
pkgs/development/libraries/google-cloud-cpp/default.nix
@@ -130,6 +130,7 @@ stdenv.mkDerivation rec {
130
homepage = "https://github.com/googleapis/google-cloud-cpp";
131
description = "C++ Idiomatic Clients for Google Cloud Platform services";
132
platforms = [ "x86_64-linux" "aarch64-linux" ];
133
+ requiredSystemFeatures = [ "big-parallel" ];
134
maintainers = with maintainers; [ cpcloud ];
135
};
136
}
0 commit comments