Merge pull request #219012 from wegank/arrow-cpp-unbreak

arrow-cpp: unbreak on aarch64-linux
This commit is contained in:
Weijia Wang 2023-03-01 19:44:30 +02:00 committed by GitHub
commit c291b8a8ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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