3
0
Fork 0
forked from mirrors/nixpkgs

rocksdb: disable on i686 (ZHF)

This commit is contained in:
Luca Bruno 2015-08-26 18:48:51 +02:00
parent f996e0b1f2
commit 1dc71534b4

View file

@ -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 ];
};
}