Unverified Commit cf2999a0 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

hol_light: fix broken bash interpreter (#474464)

parents 50d72f0b ec5aa0d5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = [