Revert "google-cloud-cpp: schedule on big-parallel machines"

This reverts commit add8dd8402.
This attribute doesn't belong into meta and has no effect there.
This commit is contained in:
Vladimír Čunát 2023-06-04 21:47:55 +02:00
parent add8dd8402
commit 07310e59a6
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -130,7 +130,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/googleapis/google-cloud-cpp";
description = "C++ Idiomatic Clients for Google Cloud Platform services";
platforms = [ "x86_64-linux" "aarch64-linux" ];
requiredSystemFeatures = [ "big-parallel" ];
maintainers = with maintainers; [ cpcloud ];
};
}