mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
ocamlPackages.elina: fixup build by using older make
This commit is contained in:
parent
6340fcc6a9
commit
fe6b447c43
@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchurl, perl, gmp, mpfr, ocaml, findlib, camlidl, apron }:
|
||||
{ stdenv, lib, fetchurl, gnumake42, perl, gmp, mpfr, ocaml, findlib, camlidl, apron }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.1";
|
||||
@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1nymykskq1yx87y4xl6hl9i4q6kv0qaq25rniqgl1bfn883p1ysc";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ perl ocaml findlib camlidl ];
|
||||
# fails with make 4.4
|
||||
nativeBuildInputs = [ gnumake42 perl ocaml findlib camlidl ];
|
||||
|
||||
propagatedBuildInputs = [ apron gmp mpfr ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user