orpie: fix build with ocaml 4.02+

This commit is contained in:
Florent Becker 2017-02-16 11:55:15 +01:00 committed by Florent Becker
parent ad671eaba9
commit e7953d20d2

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0v9xgpcf186ni55rkmx008msyszw0ypd6rd98hgwpih8yv3pymfy";
};
buildInputs = [ ncurses gsl ] ++ (with ocamlPackages; [ ocaml ]);
buildInputs = [ ncurses gsl ] ++ (with ocamlPackages; [ ocaml camlp4 ]);
meta = {
homepage = http://pessimization.com/software/orpie/;