Skip to content

Commit 59ad971

Browse files
committedJul 8, 2017
mono: 5.0.0.48 -> 5.0.1.1
1 parent f501db5 commit 59ad971

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
 

‎pkgs/development/compilers/mono/5.0.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
callPackage ./generic-cmake.nix (rec {
44
inherit Foundation libobjc;
5-
version = "5.0.0.48";
6-
sha256 = "13n20wmijkhd7vm41lzz1n774rna67d94prl33bz1lly0idsciq0";
5+
version = "5.0.1.1";
6+
sha256 = "064pgsmanpybpbhpam9jv9n8aicx6mlyb7a91yzh3kcksmqsxmj8";
77
})

‎pkgs/development/compilers/mono/generic-cmake.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
3737
];
3838

3939
configurePhase = ''
40-
substituteInPlace ./autogen.sh --replace "/usr/bin/env sh" "${stdenv.shell}"
40+
patchShebangs ./
4141
./autogen.sh --prefix $out
4242
'';
4343

@@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
5656
# LLVM path to point into the Mono LLVM build, since it's private anyway.
5757
preBuild = ''
5858
makeFlagsArray=(INSTALL=`type -tp install`)
59-
patchShebangs ./
6059
substituteInPlace mcs/class/corlib/System/Environment.cs --replace /usr/share "$out/share"
6160
'' + stdenv.lib.optionalString withLLVM ''
6261
substituteInPlace mono/mini/aot-compiler.c --replace "llvm_path = g_strdup (\"\")" "llvm_path = g_strdup (\"${llvm}/bin/\")"

0 commit comments

Comments
 (0)
Please sign in to comment.