mono5: fixup build by using older gnumake
Of course, feel free to find a better fix. For simplicity, I switched all mono versions, even though 4 and 6 built fine on Hydra.
This commit is contained in:
parent
e978eb5986
commit
bb9f138f00
@ -1,4 +1,5 @@
|
|||||||
{ stdenv, fetchurl, bison, pkgconfig, glib, gettext, perl, libgdiplus, libX11, callPackage, ncurses, zlib, withLLVM ? false, cacert, Foundation, libobjc, python, version, sha256, autoconf, libtool, automake, cmake, which
|
{ stdenv, fetchurl, bison, pkgconfig, glib, gettext, perl, libgdiplus, libX11, callPackage, ncurses, zlib, withLLVM ? false, cacert, Foundation, libobjc, python, version, sha256, autoconf, libtool, automake, cmake, which
|
||||||
|
, gnumake42
|
||||||
, enableParallelBuilding ? true
|
, enableParallelBuilding ? true
|
||||||
, srcArchiveSuffix ? "tar.bz2"
|
, srcArchiveSuffix ? "tar.bz2"
|
||||||
, extraPatches ? []
|
, extraPatches ? []
|
||||||
@ -16,6 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
url = "https://download.mono-project.com/sources/mono/${pname}-${version}.${srcArchiveSuffix}";
|
url = "https://download.mono-project.com/sources/mono/${pname}-${version}.${srcArchiveSuffix}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ gnumake42 ];
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ bison pkgconfig glib gettext perl libgdiplus libX11 ncurses zlib python autoconf libtool automake cmake which
|
[ bison pkgconfig glib gettext perl libgdiplus libX11 ncurses zlib python autoconf libtool automake cmake which
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user