rocksdb: Disable aarch64
Because the build for it is broken
This commit is contained in:
@@ -77,7 +77,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.x86_64 ++ platforms.aarch64;
|
platforms = platforms.x86_64;
|
||||||
maintainers = with maintainers; [ adev wkennington ];
|
maintainers = with maintainers; [ adev wkennington ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user