xe-guest-utilities: remove references to /bin/sh

This commit is contained in:
Robert Schütz 2022-12-22 01:25:45 -08:00
parent b3af9ee9ea
commit 61184e7ecc

View File

@ -1,6 +1,7 @@
{ lib
, buildGoModule
, fetchFromGitHub
, runtimeShell
}:
buildGoModule rec {
@ -16,6 +17,11 @@ buildGoModule rec {
vendorHash = "sha256-zhpDvo8iujE426/gxJY+Pqfv99vLNKHqyMQbbXIKodY=";
postPatch = ''
substituteInPlace mk/xen-vcpu-hotplug.rules \
--replace "/bin/sh" "${runtimeShell}"
'';
buildPhase = ''
runHook preBuild