forked from mirrors/nixpkgs
prooftree: force ocaml 4.01
This commit is contained in:
parent
ea68576b7a
commit
b0d7d60fd4
|
@ -723,7 +723,10 @@ let
|
|||
camlp5 = camlp5_transitional;
|
||||
};
|
||||
|
||||
prooftree = callPackage ../applications/science/logic/prooftree {
|
||||
prooftree =
|
||||
if lib.versionOlder "4.01" ocaml.version
|
||||
then null
|
||||
else callPackage ../applications/science/logic/prooftree {
|
||||
camlp5 = camlp5_transitional;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue