mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
rocksdb: disable on i686 (ZHF)
This commit is contained in:
parent
f996e0b1f2
commit
1dc71534b4
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://rocksdb.org;
|
||||
description = "A library that provides an embeddable, persistent key-value store for fast storage";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
platforms = platforms.allBut [ "i686-linux" ];
|
||||
maintainers = with maintainers; [ wkennington ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue