hol_light: fix broken bash interpreter (#474464)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user