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 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
, gnumake42
|
||||
, enableParallelBuilding ? true
|
||||
, srcArchiveSuffix ? "tar.bz2"
|
||||
, extraPatches ? []
|
||||
|
@ -16,6 +17,7 @@ stdenv.mkDerivation rec {
|
|||
url = "https://download.mono-project.com/sources/mono/${pname}-${version}.${srcArchiveSuffix}";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ gnumake42 ];
|
||||
buildInputs =
|
||||
[ bison pkgconfig glib gettext perl libgdiplus libX11 ncurses zlib python autoconf libtool automake cmake which
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue