mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
folly: disable on 32bit (unsupported)
This commit is contained in:
parent
3c9828fd77
commit
776d796221
@ -29,7 +29,8 @@ stdenv.mkDerivation rec {
|
||||
description = "A YAML parser and emitter for C++";
|
||||
homepage = https://code.google.com/p/yaml-cpp/;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
# 32bit is not supported: https://github.com/facebook/folly/issues/103
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = maintainers.abbradar;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user