pqrs: mark broken

authored by

Rick van Schijndel and committed by
Janne Heß
edde4da4 03bc5717

+2 -2
+2 -2
pkgs/development/tools/pqrs/default.nix
··· 1 - { stdenv, lib, rustPlatform, fetchFromGitHub }: 1 + { lib, rustPlatform, fetchFromGitHub }: 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "pqrs"; ··· 14 14 cargoSha256 = "0mjwazsnryhlfyzcik8052q0imz5f104x86k6b5rncbbbjaj17q1"; 15 15 16 16 meta = with lib; { 17 - broken = stdenv.isDarwin; 17 + broken = true; # since 2021-07-05 on hydra 18 18 description = "CLI tool to inspect Parquet files"; 19 19 homepage = "https://github.com/manojkarthick/pqrs"; 20 20 license = with licenses; [ mit /* or */ asl20 ];