From 07c0878d117b87c5594cb241eef92116cf416901 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 7 Aug 2023 03:34:42 +0000 Subject: [PATCH] sxmo-utils: force the scripts to run under busybox instead of default /bin/sh --- pkgs/additional/sxmo-utils/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/additional/sxmo-utils/default.nix b/pkgs/additional/sxmo-utils/default.nix index 47d386c1..4904d22c 100644 --- a/pkgs/additional/sxmo-utils/default.nix +++ b/pkgs/additional/sxmo-utils/default.nix @@ -162,6 +162,8 @@ stdenv.mkDerivation rec { scdoc ]; + buildInputs = [ busybox ]; # needed here so stdenv's `patchShebangsAuto` hook sets the right interpreter + installPhase = '' runHook preInstall