summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-12-05 09:58:43 +0000
committerGitHub <noreply@github.com>2018-12-05 09:58:43 +0000
commitcaaaaa7fbb58da7c4871ce03f79f15086ee9c4de (patch)
treeddcd65246dade7c94afedf75caea55a8cb7ee201 /pkgs/tools
parent8f2d5e6d0777cd5be7514af02e09b3645c464e9c (diff)
parentf4414da64a18836138f0e6dad0d0227de6a2cefe (diff)
downloadnixpkgs-caaaaa7fbb58da7c4871ce03f79f15086ee9c4de.tar
nixpkgs-caaaaa7fbb58da7c4871ce03f79f15086ee9c4de.tar.gz
nixpkgs-caaaaa7fbb58da7c4871ce03f79f15086ee9c4de.tar.bz2
nixpkgs-caaaaa7fbb58da7c4871ce03f79f15086ee9c4de.tar.lz
nixpkgs-caaaaa7fbb58da7c4871ce03f79f15086ee9c4de.tar.xz
nixpkgs-caaaaa7fbb58da7c4871ce03f79f15086ee9c4de.tar.zst
nixpkgs-caaaaa7fbb58da7c4871ce03f79f15086ee9c4de.zip
Merge pull request #51495 from dingxiangfei2009/use-interactive-bash-for-gce
Use Interactive bash for GCE
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/virtualization/google-compute-engine/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/virtualization/google-compute-engine/default.nix b/pkgs/tools/virtualization/google-compute-engine/default.nix
index 919c14d86ec..73a8f518477 100644
--- a/pkgs/tools/virtualization/google-compute-engine/default.nix
+++ b/pkgs/tools/virtualization/google-compute-engine/default.nix
@@ -2,6 +2,7 @@
 , fetchFromGitHub
 , buildPythonApplication
 , bash
+, bashInteractive
 , systemd
 , utillinux
 , boto
@@ -25,7 +26,7 @@ buildPythonApplication rec {
     for file in $(find google_compute_engine -type f); do
       substituteInPlace "$file" \
         --replace /bin/systemctl "${systemd}/bin/systemctl" \
-        --replace /bin/bash "${bash}/bin/bash" \
+        --replace /bin/bash "${bashInteractive}/bin/bash" \
         --replace /sbin/hwclock "${utillinux}/bin/hwclock"
 
       # SELinux tool ???  /sbin/restorecon