summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2017-12-21 19:29:53 +0100
committerGitHub <noreply@github.com>2017-12-21 19:29:53 +0100
commit694afb39eb29e46e809bf3612c0b0f25c49e9ba4 (patch)
tree1df9b319a78db9c946522299a525813b9cdc2bc9 /pkgs
parent21345430649f3bba30a35bd7db271194e573c37c (diff)
parent85c70266ea7c869dc5e2f70a608739ee5a952553 (diff)
downloadnixlib-694afb39eb29e46e809bf3612c0b0f25c49e9ba4.tar
nixlib-694afb39eb29e46e809bf3612c0b0f25c49e9ba4.tar.gz
nixlib-694afb39eb29e46e809bf3612c0b0f25c49e9ba4.tar.bz2
nixlib-694afb39eb29e46e809bf3612c0b0f25c49e9ba4.tar.lz
nixlib-694afb39eb29e46e809bf3612c0b0f25c49e9ba4.tar.xz
nixlib-694afb39eb29e46e809bf3612c0b0f25c49e9ba4.tar.zst
nixlib-694afb39eb29e46e809bf3612c0b0f25c49e9ba4.zip
Merge pull request #32944 from P-E-Meunier/fix-gce
Fixing tests for Google Compute Engine
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/virtualization/google-compute-engine/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/tools/virtualization/google-compute-engine/default.nix b/pkgs/tools/virtualization/google-compute-engine/default.nix
index bd766d7c5a9f..4621fe8f1567 100644
--- a/pkgs/tools/virtualization/google-compute-engine/default.nix
+++ b/pkgs/tools/virtualization/google-compute-engine/default.nix
@@ -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" \