File tree 2 files changed +3
-4
lines changed
pkgs/development/compilers/mono
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
callPackage ./generic-cmake.nix ( rec {
4
4
inherit Foundation libobjc ;
5
- version = "5.0.0.48 " ;
6
- sha256 = "13n20wmijkhd7vm41lzz1n774rna67d94prl33bz1lly0idsciq0 " ;
5
+ version = "5.0.1.1 " ;
6
+ sha256 = "064pgsmanpybpbhpam9jv9n8aicx6mlyb7a91yzh3kcksmqsxmj8 " ;
7
7
} )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
37
37
] ;
38
38
39
39
configurePhase = ''
40
- substituteInPlace ./autogen.sh --replace "/usr/bin/env sh" " ${ stdenv . shell } "
40
+ patchShebangs ./
41
41
./autogen.sh --prefix $out
42
42
'' ;
43
43
@@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
56
56
# LLVM path to point into the Mono LLVM build, since it's private anyway.
57
57
preBuild = ''
58
58
makeFlagsArray=(INSTALL=`type -tp install`)
59
- patchShebangs ./
60
59
substituteInPlace mcs/class/corlib/System/Environment.cs --replace /usr/share "$out/share"
61
60
'' + stdenv . lib . optionalString withLLVM ''
62
61
substituteInPlace mono/mini/aot-compiler.c --replace "llvm_path = g_strdup (\"\")" "llvm_path = g_strdup (\"${ llvm } /bin/\")"
You can’t perform that action at this time.
0 commit comments