mono: 5.0.0.48 -> 5.0.1.1
This commit is contained in:
parent
f501db5573
commit
59ad9714f6
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
callPackage ./generic-cmake.nix (rec {
|
callPackage ./generic-cmake.nix (rec {
|
||||||
inherit Foundation libobjc;
|
inherit Foundation libobjc;
|
||||||
version = "5.0.0.48";
|
version = "5.0.1.1";
|
||||||
sha256 = "13n20wmijkhd7vm41lzz1n774rna67d94prl33bz1lly0idsciq0";
|
sha256 = "064pgsmanpybpbhpam9jv9n8aicx6mlyb7a91yzh3kcksmqsxmj8";
|
||||||
})
|
})
|
||||||
|
|
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
substituteInPlace ./autogen.sh --replace "/usr/bin/env sh" "${stdenv.shell}"
|
patchShebangs ./
|
||||||
./autogen.sh --prefix $out
|
./autogen.sh --prefix $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
|
||||||
# LLVM path to point into the Mono LLVM build, since it's private anyway.
|
# LLVM path to point into the Mono LLVM build, since it's private anyway.
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
makeFlagsArray=(INSTALL=`type -tp install`)
|
makeFlagsArray=(INSTALL=`type -tp install`)
|
||||||
patchShebangs ./
|
|
||||||
substituteInPlace mcs/class/corlib/System/Environment.cs --replace /usr/share "$out/share"
|
substituteInPlace mcs/class/corlib/System/Environment.cs --replace /usr/share "$out/share"
|
||||||
'' + stdenv.lib.optionalString withLLVM ''
|
'' + stdenv.lib.optionalString withLLVM ''
|
||||||
substituteInPlace mono/mini/aot-compiler.c --replace "llvm_path = g_strdup (\"\")" "llvm_path = g_strdup (\"${llvm}/bin/\")"
|
substituteInPlace mono/mini/aot-compiler.c --replace "llvm_path = g_strdup (\"\")" "llvm_path = g_strdup (\"${llvm}/bin/\")"
|
||||||
|
|
Loading…
Reference in New Issue