folly: update
This commit is contained in:
parent
be11af03b3
commit
731a4019d0
@ -2,14 +2,14 @@
|
|||||||
, google-gflags, python, libiberty, openssl }:
|
, google-gflags, python, libiberty, openssl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.22.0";
|
version = "0.32.0";
|
||||||
name = "folly-${version}";
|
name = "folly-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "facebook";
|
owner = "facebook";
|
||||||
repo = "folly";
|
repo = "folly";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "12p7vbx73jmhf772nbqvd8imw4ihpi16cw6cwxq459r7qds4n0ca";
|
sha256 = "0yviih6b220bv6d1rg4lx1hqprqapnzfv4rv64cwjxbmz49ckmzh";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libiberty boost.lib libevent double_conversion glog google-gflags openssl ];
|
buildInputs = [ libiberty boost.lib libevent double_conversion glog google-gflags openssl ];
|
||||||
@ -26,8 +26,8 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A YAML parser and emitter for C++";
|
description = "An open-source C++ library developed and used at Facebook";
|
||||||
homepage = https://code.google.com/p/yaml-cpp/;
|
homepage = https://github.com/facebook/folly;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
# 32bit is not supported: https://github.com/facebook/folly/issues/103
|
# 32bit is not supported: https://github.com/facebook/folly/issues/103
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user