google-cloud-cpp: extend .meta.platforms
The default is x86_64-linux only, but we build many packages for aarch64-linux on Hydra that depend on this (possibly indirectly), and it can be cumbersome when a dependency doesn't have its own job.
This commit is contained in:
@@ -126,6 +126,7 @@ stdenv.mkDerivation rec {
|
||||
license = with licenses; [ asl20 ];
|
||||
homepage = "https://github.com/googleapis/google-cloud-cpp";
|
||||
description = "C++ Idiomatic Clients for Google Cloud Platform services";
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" ];
|
||||
maintainers = with maintainers; [ cpcloud ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user