prooftree: force ocaml 4.01
This commit is contained in:
committed by
Florent Becker
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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user