python3Packages.hydra-core: Unbreak on aarch64-linux
This commit is contained in:
parent
4a0fefa62c
commit
c561e4010a
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
meta = with lib; {
|
||||
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
|
||||
broken = stdenv.isDarwin;
|
||||
description = "A framework for configuring complex applications";
|
||||
homepage = "https://hydra.cc";
|
||||
license = licenses.mit;
|
||||
|
|
Loading…
Reference in a new issue