Merge #207219: xe-guest-utilities: remove references to /bin/sh

This commit is contained in:
Vladimír Čunát 2022-12-22 16:19:24 +01:00
commit 99dd8e6fe5
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

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