mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #32944 from P-E-Meunier/fix-gce
Fixing tests for Google Compute Engine
This commit is contained in:
commit
694afb39eb
@ -7,6 +7,7 @@
|
||||
, utillinux
|
||||
, boto
|
||||
, setuptools
|
||||
, mock
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
@ -21,6 +22,8 @@ buildPythonApplication rec {
|
||||
sha256 = "0hlzcrf6yhzan25f4wzy1vbncak9whhqzrzza026ly3sq0smmjpg";
|
||||
};
|
||||
|
||||
buildInputs = [ mock ];
|
||||
|
||||
postPatch = ''
|
||||
for file in $(find google_compute_engine -type f); do
|
||||
substituteInPlace "$file" \
|
||||
|
Loading…
Reference in New Issue
Block a user