rocksdb: disable on i686 (ZHF)
This commit is contained in:
parent
f996e0b1f2
commit
1dc71534b4
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://rocksdb.org;
|
homepage = http://rocksdb.org;
|
||||||
description = "A library that provides an embeddable, persistent key-value store for fast storage";
|
description = "A library that provides an embeddable, persistent key-value store for fast storage";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.allBut [ "i686-linux" ];
|
||||||
maintainers = with maintainers; [ wkennington ];
|
maintainers = with maintainers; [ wkennington ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user