ocamlPackages.class_group_vdf: mark broken on x86_64-darwin
This commit is contained in:
parent
75e915659b
commit
b59262243c
@ -1,4 +1,4 @@
|
||||
{ lib, fetchFromGitLab, buildDunePackage
|
||||
{ stdenv, lib, fetchFromGitLab, buildDunePackage
|
||||
, gmp, pkg-config, dune-configurator
|
||||
, zarith, integers
|
||||
, alcotest, bisect_ppx }:
|
||||
@ -38,6 +38,7 @@ buildDunePackage rec {
|
||||
meta = {
|
||||
description = "Verifiable Delay Functions bindings to Chia's VDF";
|
||||
homepage = "https://gitlab.com/nomadic-labs/tezos";
|
||||
broken = stdenv.isDarwin && stdenv.isx86_64;
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.ulrikstrid ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user