hol_light: fix broken bash interpreter (#474464)

This commit is contained in:
Aleksana
2025-12-29 14:00:40 +00:00
committed by GitHub
@@ -9,6 +9,7 @@
zarith,
camlp5,
camlp-streams,
bash,
}:
let
@@ -52,6 +53,8 @@ stdenv.mkDerivation {
patches = [ ./0004-Fix-compilation-with-camlp5-7.11.patch ];
buildInputs = [ bash ];
strictDeps = true;
nativeBuildInputs = [