From 4bb0dd014d64d382f6e21d407b13569288395fd8 Mon Sep 17 00:00:00 2001 From: Theodore Ni <3806110+tjni@users.noreply.github.com> Date: Fri, 4 Aug 2023 13:22:10 -0700 Subject: [PATCH] python3.pkgs.hydra-core: unbreak on darwin --- pkgs/development/python-modules/hydra-core/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/hydra-core/default.nix b/pkgs/development/python-modules/hydra-core/default.nix index 5cade60d0e38..436a4e7e6213 100644 --- a/pkgs/development/python-modules/hydra-core/default.nix +++ b/pkgs/development/python-modules/hydra-core/default.nix @@ -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;