pqrs: mark broken

This commit is contained in:
Rick van Schijndel 2022-05-29 10:16:03 +02:00 committed by Janne Heß
parent 03bc571744
commit edde4da42e
No known key found for this signature in database
GPG key ID: 69165158F05265DF

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