alt-ergo: 1.30->2.2.0, ocplib-simplex: 0.3->0.4
This commit is contained in:
committed by
Vincent Laporte
parent
0ba1f0aa72
commit
6738033727
@@ -2,7 +2,7 @@
|
||||
|
||||
let
|
||||
pname = "ocplib-simplex";
|
||||
version = "0.3";
|
||||
version = "0.4";
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@@ -11,13 +11,15 @@ stdenv.mkDerivation {
|
||||
src = fetchFromGitHub {
|
||||
owner = "OCamlPro-Iguernlala";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1fmz38w2cj9fny4adqqyil59dvndqkr59s7wk2gqs47r72b6sisa";
|
||||
rev = "v${version}";
|
||||
sha256 = "09niyidrjzrj8g1qwx4wgsdf5m6cwrnzg7zsgala36jliic4di60";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ ocaml findlib ];
|
||||
|
||||
installFlags = "LIBDIR=$(OCAMLFIND_DESTDIR)";
|
||||
|
||||
createFindlibDestdir = true;
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user