Merge pull request #247207 from tjni/hydra-core

python3.pkgs.hydra-core: unbreak on darwin
This commit is contained in:
Weijia Wang 2023-08-05 19:46:58 +02:00 committed by GitHub
commit e30571e3a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;