ocamlPackages.apron: enable PPLite support

Changed files
+2 -1
pkgs
development
ocaml-modules
apron
+2 -1
pkgs/development/ocaml-modules/apron/default.nix
···
{ stdenv, lib, fetchFromGitHub, perl, gmp, mpfr, ppl, ocaml, findlib, camlidl, mlgmpidl
+
, flint, pplite
}:
stdenv.mkDerivation rec {
···
};
nativeBuildInputs = [ ocaml findlib perl ];
-
buildInputs = [ gmp mpfr ppl camlidl ];
+
buildInputs = [ gmp mpfr ppl camlidl flint pplite ];
propagatedBuildInputs = [ mlgmpidl ];
# TODO: Doesn't produce the library correctly if true