From 07310e59a62ae8e5b7e15580e06e085cd9ea0a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sun, 4 Jun 2023 21:47:55 +0200 Subject: [PATCH] Revert "google-cloud-cpp: schedule on big-parallel machines" This reverts commit add8dd840205aa9539d37591829eff3b48dd1359. This attribute doesn't belong into meta and has no effect there. --- pkgs/development/libraries/google-cloud-cpp/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/libraries/google-cloud-cpp/default.nix b/pkgs/development/libraries/google-cloud-cpp/default.nix index ea27c372b66f..1be64b11d991 100644 --- a/pkgs/development/libraries/google-cloud-cpp/default.nix +++ b/pkgs/development/libraries/google-cloud-cpp/default.nix @@ -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 ]; }; }