mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
Merge pull request #247207 from tjni/hydra-core
python3.pkgs.hydra-core: unbreak on darwin
This commit is contained in:
commit
e30571e3a8
@ -1,5 +1,4 @@
|
|||||||
{ stdenv
|
{ lib
|
||||||
, lib
|
|
||||||
, antlr4
|
, antlr4
|
||||||
, antlr4-python3-runtime
|
, antlr4-python3-runtime
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
@ -83,7 +82,6 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
broken = stdenv.isDarwin;
|
|
||||||
description = "A framework for configuring complex applications";
|
description = "A framework for configuring complex applications";
|
||||||
homepage = "https://hydra.cc";
|
homepage = "https://hydra.cc";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
Loading…
Reference in New Issue
Block a user