parent
cbb055c1d9
commit
0859b1e119
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An open-source C++ library developed and used at Facebook";
|
description = "An open-source C++ library developed and used at Facebook";
|
||||||
homepage = https://github.com/facebook/folly;
|
homepage = https://github.com/facebook/folly;
|
||||||
license = licenses.mit;
|
license = licenses.asl20;
|
||||||
# 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" ];
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
|
Loading…
Reference in New Issue
Block a user