diff --git a/pkgs/by-name/hx/hxtools/package.nix b/pkgs/by-name/hx/hxtools/package.nix index c2a560f87494..cbb1950674b3 100644 --- a/pkgs/by-name/hx/hxtools/package.nix +++ b/pkgs/by-name/hx/hxtools/package.nix @@ -5,6 +5,8 @@ pkg-config, zstd, libHX, + perl, + bash, }: stdenv.mkDerivation (finalAttrs: { @@ -22,6 +24,9 @@ stdenv.mkDerivation (finalAttrs: { ]; buildInputs = [ + # Perl and Bash are pulled to make patchShebangs work. + perl + bash libHX ];