orpie: fix build with ocaml 4.02+
This commit is contained in:
parent
ad671eaba9
commit
e7953d20d2
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0v9xgpcf186ni55rkmx008msyszw0ypd6rd98hgwpih8yv3pymfy";
|
sha256 = "0v9xgpcf186ni55rkmx008msyszw0ypd6rd98hgwpih8yv3pymfy";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses gsl ] ++ (with ocamlPackages; [ ocaml ]);
|
buildInputs = [ ncurses gsl ] ++ (with ocamlPackages; [ ocaml camlp4 ]);
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://pessimization.com/software/orpie/;
|
homepage = http://pessimization.com/software/orpie/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user