Loading pkgs/tools/virtualization/google-compute-engine/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ , bash , bashInteractive , util-linux , boto , setuptools , distro }: Loading @@ -21,7 +20,7 @@ buildPythonPackage rec { }; buildInputs = [ bash ]; propagatedBuildInputs = [ boto setuptools distro ]; propagatedBuildInputs = [ setuptools distro ]; postPatch = '' for file in $(find google_compute_engine -type f); do Loading Loading
pkgs/tools/virtualization/google-compute-engine/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ , bash , bashInteractive , util-linux , boto , setuptools , distro }: Loading @@ -21,7 +20,7 @@ buildPythonPackage rec { }; buildInputs = [ bash ]; propagatedBuildInputs = [ boto setuptools distro ]; propagatedBuildInputs = [ setuptools distro ]; postPatch = '' for file in $(find google_compute_engine -type f); do Loading