mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-27 18:30:13 +00:00
treewide: mark broken wip
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
, google_cloud_logging
|
||||
, pytest
|
||||
, mock
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -27,5 +28,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/GoogleCloudPlatform/google-cloud-python;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user