mono6: 6.0.0.313 -> 6.12.0.90
This commit is contained in:
parent
5e6fec2d66
commit
ade59d25e8
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
callPackage ./generic.nix ({
|
callPackage ./generic.nix ({
|
||||||
inherit Foundation libobjc;
|
inherit Foundation libobjc;
|
||||||
version = "6.0.0.313";
|
version = "6.12.0.90";
|
||||||
srcArchiveSuffix = "tar.xz";
|
srcArchiveSuffix = "tar.xz";
|
||||||
sha256 = "0l0cd6q5xh1vdm6zr78rkfqdsmrgzanjgpxvgig0pyd3glfyjim9";
|
sha256 = "1b6d0926rd0nkmsppwjgmwsxx1479jjvr1gm7zwk64siml15rpji";
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
})
|
})
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ 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, python3, version, sha256, autoconf, libtool, automake, cmake, which
|
||||||
, gnumake42
|
, gnumake42
|
||||||
, enableParallelBuilding ? true
|
, enableParallelBuilding ? true
|
||||||
, srcArchiveSuffix ? "tar.bz2"
|
, srcArchiveSuffix ? "tar.bz2"
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ gnumake42 ];
|
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 python3 autoconf libtool automake cmake which
|
||||||
]
|
]
|
||||||
++ (stdenv.lib.optionals stdenv.isDarwin [ Foundation libobjc ]);
|
++ (stdenv.lib.optionals stdenv.isDarwin [ Foundation libobjc ]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user