Skip to content

Commit

Permalink
python3Packages.typer: unmark broken on linux aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle committed May 30, 2022
1 parent 10d2430 commit 6df1f4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/development/python-modules/typer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "typer" ];

meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "Python library for building CLI applications";
homepage = "https://typer.tiangolo.com/";
license = licenses.mit;
Expand Down

0 comments on commit 6df1f4b

Please sign in to comment.