mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
google-compute-engine: fix imports check and set doCheck back to false
This commit is contained in:
parent
3568e9526d
commit
58dfe32477
|
@ -51,7 +51,8 @@ buildPythonPackage rec {
|
|||
patchShebangs $out/bin/*
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "import google_compute_engine" ];
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "google_compute_engine" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Google Compute Engine tools and services";
|
||||
|
|
Loading…
Reference in a new issue