mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03: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…
Add table
Add a link
Reference in a new issue