meteor: 1.2.0.1 -> 1.4.2.1

This commit is contained in:
Wei Tang 2016-11-18 08:12:15 +08:00 committed by Graham Christensen
parent 7576bea49d
commit 15ea9bcfee
No known key found for this signature in database
GPG key ID: 06121D366FE9435C

View file

@ -2,14 +2,14 @@
let
bootstrap = fetchurl {
url = "https://d3sqy0vbqsdhku.cloudfront.net/packages-bootstrap/1.2.0.1/meteor-bootstrap-os.linux.x86_64.tar.gz";
sha256 = "0jc516qyig7f5a8ns4y6d9031f0ww2sd90n837kz6x97nin7655s";
url = "https://meteorinstall-4168.kxcdn.com/packages-bootstrap/1.4.2.1/meteor-bootstrap-os.linux.x86_64.tar.gz";
sha256 = "094byqsrj8g0arn4xsdjvcpa0m0k6xm2jjadppl326n4gsr946xd";
};
in
stdenv.mkDerivation rec {
name = "meteor-${version}";
version = "1.2.0.1";
version = "1.4.2.1";
dontStrip = true;
@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
for p in $(find $out/packages -name '*.node'); do
patchelf \
--set-rpath "$(patchelf --print-rpath $p):${stdenv.cc.cc.lib}/lib" \
$p
$p || true
done
# Meteor needs an initial package-metadata in $HOME/.meteor,