pqrs: mark broken

(cherry picked from commit edde4da42e)
This commit is contained in:
Rick van Schijndel
2022-05-29 10:16:03 +02:00
committed by Janne Heß
parent b516917c56
commit da3b873b79

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, rustPlatform, fetchFromGitHub }:
{ lib, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage rec {
pname = "pqrs";
@@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "0mjwazsnryhlfyzcik8052q0imz5f104x86k6b5rncbbbjaj17q1";
meta = with lib; {
broken = stdenv.isDarwin;
broken = true; # since 2021-07-05 on hydra
description = "CLI tool to inspect Parquet files";
homepage = "https://github.com/manojkarthick/pqrs";
license = with licenses; [ mit /* or */ asl20 ];