riak2: does not build on i686 (ZHF)
This commit is contained in:
parent
4f320818e2
commit
5b9554a4e6
1 changed files with 1 additions and 1 deletions
|
@ -89,6 +89,6 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
maintainers = with maintainers; [ cstrahan ];
|
||||
description = "Dynamo inspired NoSQL DB by Basho";
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue