sxmo-utils: force the scripts to run under busybox instead of default /bin/sh
This commit is contained in:
@@ -162,6 +162,8 @@ stdenv.mkDerivation rec {
|
|||||||
scdoc
|
scdoc
|
||||||
];
|
];
|
||||||
|
|
||||||
|
buildInputs = [ busybox ]; # needed here so stdenv's `patchShebangsAuto` hook sets the right interpreter
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user