arrow-cpp: unbreak on aarch64-linux
This commit is contained in:
parent
f8b1031221
commit
e8b4c13b8d
1 changed files with 0 additions and 1 deletions
|
@ -268,7 +268,6 @@ stdenv.mkDerivation rec {
|
|||
description = "A cross-language development platform for in-memory data";
|
||||
homepage = "https://arrow.apache.org/docs/cpp/";
|
||||
license = licenses.asl20;
|
||||
broken = stdenv.isLinux && stdenv.isAarch64; # waiting on gtest changes in staging
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ tobim veprbl cpcloud ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue