Unverified Commit e30571e3 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #247207 from tjni/hydra-core

python3.pkgs.hydra-core: unbreak on darwin
parents 2cda04d0 4bb0dd01
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
{ 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;