Unverified Commit 4bb0dd01 authored by Theodore Ni's avatar Theodore Ni
Browse files

python3.pkgs.hydra-core: unbreak on darwin

parent ed02e79b
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;