sxmo-utils: force the scripts to run under busybox instead of default /bin/sh

This commit is contained in:
Colin 2023-08-07 03:34:42 +00:00
parent b993479ada
commit 07c0878d11

View File

@ -162,6 +162,8 @@ stdenv.mkDerivation rec {
scdoc
];
buildInputs = [ busybox ]; # needed here so stdenv's `patchShebangsAuto` hook sets the right interpreter
installPhase = ''
runHook preInstall