google-compute-engine: remove namePrefix setting

This commit is contained in:
Phillip Cloud 2021-04-05 07:02:11 -04:00
parent 7244c20621
commit a9d8afeba9

View File

@ -13,7 +13,6 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-compute-engine"; pname = "google-compute-engine";
version = "20190124"; version = "20190124";
namePrefix = "";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "GoogleCloudPlatform"; owner = "GoogleCloudPlatform";