python3.pkgs.hydra-core: unbreak on darwin

This commit is contained in:
Theodore Ni 2023-08-04 13:22:10 -07:00
parent ed02e79bbe
commit 4bb0dd014d
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -1,5 +1,4 @@
{ stdenv
, lib
{ lib
, antlr4
, antlr4-python3-runtime
, buildPythonPackage
@ -83,7 +82,6 @@ buildPythonPackage rec {
];
meta = with lib; {
broken = stdenv.isDarwin;
description = "A framework for configuring complex applications";
homepage = "https://hydra.cc";
license = licenses.mit;