File tree 2 files changed +15
-9
lines changed
2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
let
4
4
bootstrap = fetchurl {
5
- url = "https://meteorinstall-4168.kxcdn.com/packages-bootstrap/1.4.2.3 /meteor-bootstrap-os.linux.x86_64.tar.gz" ;
6
- sha256 = "1x5dp8y731qai882ghy3337844lc686r15a4dd9wjx2zvy7wmwhz " ;
5
+ url = "https://meteorinstall-4168.kxcdn.com/packages-bootstrap/1.5 /meteor-bootstrap-os.linux.x86_64.tar.gz" ;
6
+ sha256 = "0cwwqv88h1ji7g4zmfz34xsrxkn640wr11ddjq5c6b9ygcljci3p " ;
7
7
} ;
8
8
in
9
9
10
10
stdenv . mkDerivation rec {
11
11
name = "meteor-${ version } " ;
12
- version = "1.4.2.3 " ;
12
+ version = "1.5 " ;
13
13
14
14
dontStrip = true ;
15
15
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ diff --git a/tools/cli/main.js b/tools/cli/main.js
2
2
index 84f94bc..4fbda17 100644
3
3
--- a/tools/cli/main.js
4
4
+++ b/tools/cli/main.js
5
- @@ -484 ,6 +484,45 @@ var springboard = function (rel, options) {
6
- process.exit(ret.wait ());
7
- }
5
+ @@ -554 ,6 +554,44 @@
6
+ }).await ());
7
+ } // Now exec; we're not coming back.
8
8
9
9
+ // BEGIN HACK
10
10
+ // patch shebang:
@@ -44,7 +44,13 @@ index 84f94bc..4fbda17 100644
44
44
+ patchelf("mongodb", "bin", "mongo");
45
45
+ patchelf("mongodb", "bin", "mongod");
46
46
+ // END HACK
47
- +
48
- // Now exec; we're not coming back.
47
+
49
48
require('kexec')(executable, newArgv);
50
- throw Error('exec failed?');
49
+
50
+ @@ -1485,4 +1523,4 @@
51
+
52
+ process.exit(ret);
53
+ }).run();
54
+ - //# sourceMappingURL=main.js.map
55
+ \ No newline at end of file
56
+ + //# sourceMappingURL=main.js.map
You can’t perform that action at this time.
0 commit comments